You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into some issues running the library on Apple silicon due to the fact that gcc-6 only offers x_86 support.
I was able to fix this by modifying the Makefile to use gcc-12, which works for both mac and intel chips. I also had to remove the -msse2 flags, which appear to be related to Microsoft security features for Windows.
Perhaps we should update the readme to include information for Apple Silicon?
The text was updated successfully, but these errors were encountered:
I ran into some issues running the library on Apple silicon due to the fact that
gcc-6
only offers x_86 support.I was able to fix this by modifying the Makefile to use
gcc-12
, which works for both mac and intel chips. I also had to remove the-msse2
flags, which appear to be related to Microsoft security features for Windows.Perhaps we should update the readme to include information for Apple Silicon?
The text was updated successfully, but these errors were encountered: