summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGard Spreemann <gard.spreemann@epfl.ch>2019-10-30 18:11:21 +0100
committerGard Spreemann <gard.spreemann@epfl.ch>2019-10-30 18:11:21 +0100
commit23234f1a360f9f9c930fd5bbd7901fd0ca00871e (patch)
treec545b851f8f026bcb73a87db42b47f186559d84b /README.md
parent3e375a78a75c66da5ca40c2c3758a29adb0d0216 (diff)
Endian-safety on big endian architectures.gspr/endian-safety
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ce826f..ca98030 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,7 @@ Ripser supports several compile-time options. They are switched on by defining t
- `INDICATE_PROGRESS`: indicate the current progress in the console
- `PRINT_PERSISTENCE_PAIRS`: output the computed persistence pairs (enabled by default in the code; comment out to disable)
- `USE_GOOGLE_HASHMAP`: enable support for Google's [sparsehash] data structure; may further reduce memory footprint
+ - `BIGENDIAN`: build for running on a big endian architecture
For example, to build Ripser with support for Google's hashmap:
@@ -128,4 +129,4 @@ Ripser is licensed under the [MIT] license (`COPYING.txt`), with an extra clause
[Perseus]: <http://www.sas.upenn.edu/~vnanda/perseus/>
[GUDHI]: <http://gudhi.gforge.inria.fr>
[sparsehash]: <https://github.com/sparsehash/sparsehash>
-[MIT]: <https://opensource.org/licenses/mit-license.php> \ No newline at end of file
+[MIT]: <https://opensource.org/licenses/mit-license.php>