Created
April 14, 2019 04:53
-
-
Save jflopezfernandez/ef33ab8dec184f56f6fc9daf8f052cc6 to your computer and use it in GitHub Desktop.
Intel C Compiler Optimization Flags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CFLAGS = -fast -fma -fno-exceptions -fomit-frame-pointer -qopt-matmul -qopt-dynamic-align -qopt-prefetch=5 -qopt-streaming-stores=auto -simd -foptimize-sibling-calls -ffnalias -fimf-absolute-error=0.00001:sin,sinf -fimf-max-error -fast-transcendentals -use-intel-optimized-headers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment