catid / gf256

GF256 - Fast 8-bit Galois Field Math in C
BSD 3-Clause "New" or "Revised" License
50 stars 11 forks source link

Fix compilation on Linux aarch64 #10

Closed yselkowitz closed 2 years ago

yselkowitz commented 2 years ago

Nothing defines LINUX_ARM, and since the README mentions the NEON optimization is a WIP, this assumes it shouldn't be used unless explicitly defined. If that is incorrect and that code is ready, then I can change this to enable the NEON optimization on at least aarch64.

catid commented 2 years ago

LGTM