gf-complete/flag_tester
Jim Plank 110523d6f3 GF-Complete Release 1.0.
Please see the user's manual for details.
2013-10-09 10:36:37 -04:00
..
README.txt GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
flag_test.c GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
intel_cpu_capabilities.h GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
pclmul_test.c GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
pclmul_test.txt GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
sse2_test.txt GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
sse4_test.txt GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
sse_test.c GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
ssse3_test.txt GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
whats_my_sse.c GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00
which_compile_flags.sh GF-Complete Release 1.0. 2013-10-09 10:36:37 -04:00

README.txt

Run which_compile_flags.sh and it will print out the compile flags to use in
  GNUmakefile. By default, this script uses "cc" as its compiler but you can
  pass in the name of your compiler as an argument.

EXAMPLE: "./which_compile_flags.sh clang"

This script will run "clang" in the above example so be warned that if you type
something like "rm" for that argument, you get what you asked for.  Also, make
sure that the compiler that you pass to which_compile_flags.sh is the same as
the compiler in GNUmakefile.