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'm trying to use your guide on making a core, but when I use the command "emmake make -f Makefile platform="emscripten"" in Ubuntu, it says this:
em++: error: Passing any of -msse, -msse2, -msse3, -mssse3, -msse4.1, -msse4.2, -mavx, -mfpu=neon flags also requires passing -msimd128!
I'm not sure what has happened here but it's not working. Do you have any clue why?
The text was updated successfully, but these errors were encountered:
I'm trying to use your guide on making a core, but when I use the command "emmake make -f Makefile platform="emscripten"" in Ubuntu, it says this:
em++: error: Passing any of -msse, -msse2, -msse3, -mssse3, -msse4.1, -msse4.2, -mavx, -mfpu=neon flags also requires passing -msimd128!
I'm not sure what has happened here but it's not working. Do you have any clue why?
The text was updated successfully, but these errors were encountered: