aboutsummaryrefslogtreecommitdiffstats
path: root/README.x86-64
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-02 21:59:36 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-02 21:59:36 +0100
commitd2f9088822e4c2e69871c936c5de00c69dc73bbc (patch)
treead1be98f1d810b581b92f61b1af346f712d84775 /README.x86-64
parenta31630e0d5b9880c716d9004ef4154396ba41ebc (diff)
downloadka9q-fec-d2f9088822e4c2e69871c936c5de00c69dc73bbc.tar.gz
ka9q-fec-d2f9088822e4c2e69871c936c5de00c69dc73bbc.tar.bz2
ka9q-fec-d2f9088822e4c2e69871c936c5de00c69dc73bbc.zip
Apply my old patch from 2012 for x86_64
Diffstat (limited to 'README.x86-64')
-rw-r--r--README.x86-6413
1 files changed, 13 insertions, 0 deletions
diff --git a/README.x86-64 b/README.x86-64
new file mode 100644
index 0000000..bb4450c
--- /dev/null
+++ b/README.x86-64
@@ -0,0 +1,13 @@
+This library has been modified to compile natively on x86-64.
+
+An attempt has been made to adapt the assembly code, but due to unsolved issues with
+the fact that shared libraries on x86-64 have to be compiled with PIC, this approach is
+not finished.
+
+This code therefore only uses the portable C implementation, which is certainly slower than
+the assembly SSE2 that could ideally be used.
+
+It could be said that we trade performance against the possibility to compile on x86-64.
+
+feb, 2012
+Matthias P. Braendli, HB9EGM