catid / gf256

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

Fixed non-decreasing bytes counter that caused the self-test to fail … #2

Closed Buanderie closed 7 years ago

Buanderie commented 7 years ago

…on ARM (without NEON)

catid commented 7 years ago

Nice fix! Yeah I really need to set up Jenkins or something to automatically unit test with different architectures because I only run the unit tests on the ones I'm testing on right now (Intel).