Revert order of operations in PartitionedSignal.implies()
[ieee754fpu.git] / SoftPosit.patch
1 diff --git a/build/Linux-x86_64-GCC/Makefile b/build/Linux-x86_64-GCC/Makefile
2 index 7affd4b..25dd39e 100644
3 --- a/build/Linux-x86_64-GCC/Makefile
4 +++ b/build/Linux-x86_64-GCC/Makefile
5 @@ -69,7 +69,7 @@ endif
6 C_INCLUDES = -I. -I$(SOURCE_DIR)/$(SPECIALIZE_TYPE) -I$(SOURCE_DIR)/include
7 OPTIMISATION = -O2 #-march=core-avx2
8 COMPILE_C = \
9 - $(COMPILER) -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \
10 + $(COMPILER) -fPIC -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \
11 $(SOFTPOSIT_OPTS) $(C_INCLUDES) $(OPTIMISATION) \
12 -o $@
13 MAKELIB = ar crs $@