travisdowns / uarch-bench

A benchmark for low-level CPU micro-architectural features
MIT License
686 stars 63 forks source link

YASM doesn't support AVX-512, disable benchmarks that need it if YASM is being used #61

Closed travisdowns closed 6 years ago

travisdowns commented 6 years ago

Per YASM 101, there is currently no AVX-512 support, so just use empty functions for the few AVX-512 benchmarks we have (the studies/vzeroall stuff).