/msys/1.0/home/mingw/bin/gcc.exe -g -Wall -O3 -msse -mtune=pentium3 -DHAVE_CONFIG_H -I. -I.. -c -o neuralnet.o neuralnet.c
neuralnet.c: In function 'Evaluate':
neuralnet.c:492: warning: implicit declaration of function '__builtin_ia32_loadaps'
neuralnet.c:492: error: incompatible types in assignment
neuralnet.c:493: error: incompatible types in assignment
And so on....
Am I missing an header include somewhere...??
-Øystein