catid / gf256

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

Addition of missing preprocessor directives for ARM platforms #1

Closed Buanderie closed 7 years ago

Buanderie commented 7 years ago

Hum... I found that some preprocessor ifs were missing while compiling for my ARM based platform (Freescale iMX6)... It still compiles fine for x86 targets.

catid commented 7 years ago

Thanks for sending up your fixes!