IcBench: Sample Benchmark App

This commit is contained in:
x
2019-12-20 13:59:33 +01:00
parent 0b54297651
commit b44991df2c

View File

@ -1768,7 +1768,7 @@ int main(int argc, char* argv[]) {
exit(0);
}
isa = cpuisa();
printf("detected simd=%s\n\n", cpustr(cpuini(0)));
printf("detected simd id=%x, %s\n\n", cpuini(0), cpustr(cpuini(0)));
unsigned char _scmd[33]; strcpy(_scmd, "lz4,1");
if(!scmd) scmd = _scmd;
while(isspace(*scmd)) scmd++;