When compiling with -m3dnow, intrin.h generates several errors of the type:
c:\mingw32\i686-w64-mingw32\include\intrin.h|755|error: conflicting
declaration of 'void _m_prefetch(void*)' with 'C' linkage

A similar issue has previously been addressed on the mailing list although
i'm away from home so i can't find it right now, but it missed the 3dnow
components.

Patch: https://gist.github.com/slowriot/9903638

There may still be other parts of intrin.h that need #ifdef selected for
other modes, too, but someone more experienced with the project will have
to take care of that :)

Regards,
Riot
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to