Lucas Michaudel
Lucas Michaudel
Is support for Apple sillicon planned ? For the moment it won't compile : ``` [build] /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64...
I implemented support for Apple Silicon (and mostly on arm64, but I could only test it with my Macbook Air M2) Basically it just replace `emmintrin.h` in [agge/blenders_simd.h](https://github.com/tyoma/agge/blob/master/agge/blenders_simd.h) with [sse2neon.h](https://github.com/DLTcollab/sse2neon)....
When you run the attachment around the "draw one triangle part" (Haven't tried to pinpoint it exactly, but I can do it if needed) you will be prompted this :...