shibatch / sleef

SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
https://sleef.org
Boost Software License 1.0
637 stars 129 forks source link

How do I check if my build flag is optimize? #445

Closed juntangc closed 2 weeks ago

juntangc commented 2 years ago

I follow the installation guide here - https://sleef.org/compile.xhtml.

But all functions in the benchmark give me flat run time around 2ns. Is it possible the compilation flag is not optimized?