Skip to content
Snippets Groups Projects

Draft: Add ICC Milan optimization and change AMD architecture to corei7-avx.

Closed Peter W. Draper requested to merge amd-optimization into master
Files
7
+ 1
1
@@ -22,7 +22,7 @@ AM_SOURCES = argparse.c
# Sources and flags for regular library
libargparse_la_SOURCES = $(AM_SOURCES)
libargparse_la_CFLAGS = $(AM_CFLAGS)
libargparse_la_CFLAGS = $(AM_CFLAGS) $(OPT_CFLAGS)
libargparse_la_LDFLAGS = $(AM_LDFLAGS)
EXTRA_DIST = LICENSE README.md
Loading