Skip to content

Instantly share code, notes, and snippets.

@jflopezfernandez
Created April 14, 2019 04:53
Show Gist options
  • Save jflopezfernandez/ef33ab8dec184f56f6fc9daf8f052cc6 to your computer and use it in GitHub Desktop.
Save jflopezfernandez/ef33ab8dec184f56f6fc9daf8f052cc6 to your computer and use it in GitHub Desktop.
Intel C Compiler Optimization Flags
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