State of ARM NEON support
seeul8er opened this issue ยท 1 comments
seeul8er commented
Hi! Greate project ๐
What is the current state of the ARM NEON support? What are the recommended compile options (set flags GF256_TRY_NEON
or HAVE_ARM_NEON_H
)?
I am interested in running it on the Raspberry Pi and only really need gf256_mul_mem()
and gf256_muladd_mem()
catid commented
I'd add your architecture's define to this list in the header:
#if defined(ANDROID) || defined(IOS) || defined(LINUX_ARM) || defined(__powerpc__) || defined(__s390__)