[Bug target/59691] cilk-plus run failures on non-sse processors
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sat Jan 25 13:30:00 GMT 2014
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.
More information about the Gcc-bugs
mailing list