Closed markasoftware closed 1 year ago
In order for this to run on ARM and other non-x86 architectures reliably, we need to use memcpy or equivalent instead of just casting random pointers around, see https://stackoverflow.com/questions/35071659/bus-error-on-armv6-when-working-with-doubles
memcpy
Hopefully fixed now
In order for this to run on ARM and other non-x86 architectures reliably, we need to use
memcpy
or equivalent instead of just casting random pointers around, see https://stackoverflow.com/questions/35071659/bus-error-on-armv6-when-working-with-doubles