unknown type name __m128 not enabled
Hi I am trying to compile using mingw the open source backgammon game gnu backgammon.
I have followed all the instructions on the website but on build, I get the error:
in file included from inputs.c
Error "SSE instruction set not enabled"
and then "in function baseInputs"
8 errors of unknown type name '__m128 not enabled'
anyone know what this means, and how i can get around it, or deal with it because I obviously didnt write this code, im just trying to learn from it.
Thanks
Alex