jhonnold / berserk

UCI Chess Engine written in C
GNU General Public License v3.0
200 stars 32 forks source link

Android compatibility #457

Closed archimedeschess closed 1 year ago

archimedeschess commented 1 year ago

Any chance that the source code will become compatible with Android again (arm64-v8a and armeabi-v7a)?

nn.h: #include <immintrin.h>

jhonnold commented 1 year ago

I will look into it.

jhonnold commented 1 year ago

Let me know if this works for you. In theory, immintrin.h is no longer a required file.