Remove gcc pragmas. These caused problems with MS compiler.

This commit is contained in:
couriersud 2016-03-14 20:51:54 +01:00
parent 7310861b51
commit ae4b28e224

View File

@ -9,8 +9,6 @@
* the vectorizations fast-math enables pretty expensive
*/
#pragma GCC optimize "-ffast-math"
#pragma GCC optimize "-fstrict-aliasing"
#if 0
#pragma GCC optimize "-ffast-math"
#pragma GCC optimize "-fstrict-aliasing"