diff options
Diffstat (limited to 'libtfm')
-rw-r--r-- | libtfm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtfm/Makefile b/libtfm/Makefile index b819bba..2010da1 100644 --- a/libtfm/Makefile +++ b/libtfm/Makefile @@ -17,7 +17,7 @@ HDR := ${REPO}/tomsfastmath/src/headers/tfm.h LIB := tomsfastmath/libtfm.a #CFLAGS += -DTFM_X86 -#CFLAGS += -DTFM_NO_ASM +CFLAGS += -DTFM_NO_ASM CFLAGS += -fPIC -Wall -W -Wshadow -I${REPO}/tomsfastmath/src/headers -g3 -DFP_MAX_SIZE="(${BITS}*2+(8*DIGIT_BIT))" |