update to latest SoftPosit and bump version
authorBill Zorn <bill.zorn@gmail.com>
Tue, 4 Sep 2018 06:07:36 +0000 (23:07 -0700)
committerBill Zorn <bill.zorn@gmail.com>
Tue, 4 Sep 2018 06:07:36 +0000 (23:07 -0700)
BUILDING.md
SoftPosit
setup.py

index 14e891986f5475d44fab15473e2e720ca2ac638f..b6ee51bbc1fcf39d80c5ebe9e618d10a3dbf6f86 100644 (file)
@@ -112,18 +112,18 @@ in the following diffs.
 
 ```diff
 diff --git a/build/Linux-x86_64-GCC/Makefile b/build/Linux-x86_64-GCC/Makefile
-index 4409e43..46bb877 100644
+index 42c5e6b..17fd807 100644
 --- a/build/Linux-x86_64-GCC/Makefile
 +++ b/build/Linux-x86_64-GCC/Makefile
 @@ -60,9 +60,9 @@ LINK_PYTHON = \
 
  DELETE = rm -f
  C_INCLUDES = -I. -I$(SOURCE_DIR)/$(SPECIALIZE_TYPE) -I$(SOURCE_DIR)/include
--OPTIMISATION  = -march=core-avx2 -O2
-+OPTIMISATION  = -fPIC -O2 ^M
+-OPTIMISATION  = -O2 #-march=core-avx2
++OPTIMISATION  = -fPIC -O2 #-march=core-avx2
  COMPILE_C = \
 -  gcc -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \
-+  gcc -std=c99 -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \^M
++  gcc -std=c99 -c -Werror-implicit-function-declaration -DSOFTPOSIT_FAST_INT64 \
      $(SOFTPOSIT_OPTS) $(C_INCLUDES) $(OPTIMISATION) \
      -o $@
  MAKELIB = ar crs $@
index 5bd920c167f62937d8cc70ec9787f444e002158a..c3ab567700a222c3d2ad7b9db5cf9719fed82b38 160000 (submodule)
--- a/SoftPosit
+++ b/SoftPosit
@@ -1 +1 @@
-Subproject commit 5bd920c167f62937d8cc70ec9787f444e002158a
+Subproject commit c3ab567700a222c3d2ad7b9db5cf9719fed82b38
index 9b774b37443452191e0e1ca722b8d7ef7d51ad36..23b32d05bed00e067cbe42f85b806f6d1a67a292 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ float_ext = setuptools.Extension(
 
 setuptools.setup(
     name='sfpy',
-    version='0.4.1',
+    version='0.4.2',
     author='Bill Zorn',
     author_email='bill.zorn@gmail.com',
     url='https://github.com/billzorn/sfpy',