hossainbari / math-neon

Automatically exported from code.google.com/p/math-neon
0 stars 0 forks source link

Won't compile on ARM64 #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ARM changed the instructions for 64-bit Neon, so none of this will compile. You 
need to guard using __arm64__ define.

Original issue reported on code.google.com by elbuengu...@gmail.com on 13 Feb 2014 at 2:03