http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59691
--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Balaji V. Iyer from comment #5) > Created attachment 31938 [details] > Possible Fix. > > Possible fix. You can replace cpu_supports_sse with __builtin_cpu_supports since __builtin_cpu_supports("sse") is compiled into: movl __cpu_model+12(%rip), %eax by GCC.