Dr-Noob
|
be600728d7
|
[v1.03][X86] Fix freq functions argument to comply with what pthread expects
|
2023-01-29 09:30:30 +01:00 |
|
Dr-Noob
|
6eb2357485
|
[v1.03] Add void to function declarations with no args. C99 Standard says in 6.7.5.3 that empty arguments are actually obsolescent - this commit fixes a warning in some compilers
|
2023-01-29 09:25:07 +01:00 |
|
Dr-Noob
|
874a856e34
|
[v1.01] Run multiple independent instructions in the pipeline for AVX freq too. Fixes incorrect frequency measures under certain CPUs
|
2021-12-27 12:42:36 +01:00 |
|
Dr-Noob
|
fe3bc6163c
|
[v1.01] Do not use FMA for frequency measurement. It is sufficient to run any other AVX instructions, and some CPUs support AVX but not FMA.
|
2021-11-20 10:25:36 +01:00 |
|
Dr-Noob
|
2fce2c9f52
|
[v1.00] Fix freq measurement for AVX512
|
2021-11-20 10:11:22 +01:00 |
|
Dr-Noob
|
617fd2a520
|
[v1.00] Implemented all backends for --accurate-pp
|
2021-11-19 22:01:29 +01:00 |
|
Dr-Noob
|
7226adb04d
|
[v1.00] Skeleton for future support for other vector instructions in --accurate-pp
|
2021-11-19 21:36:55 +01:00 |
|