Add support to compile on macOS M1 (ARM architecture).
This PR places a copy of sse2neon.h to make SSE2 intrinsics methods available (note there is already another copy of minimap2/sse2neon/emmintrin.h, but does not seem to provide all headers, e.g. immintrin.h).
To compile, copy CMakeLists_arm.txt to CMakeLists.txt, and follow the instructions in installation.md.
Add support to compile on macOS M1 (ARM architecture).
This PR places a copy of
sse2neon.h
to make SSE2 intrinsics methods available (note there is already another copy ofminimap2/sse2neon/emmintrin.h
, but does not seem to provide all headers, e.g.immintrin.h
).To compile, copy
CMakeLists_arm.txt
toCMakeLists.txt
, and follow the instructions ininstallation.md
.Tested on a few examples that appear to work.