gcc/libcilkrts/runtime/config
Balaji V. Iyer a596d94005 re PR target/59691 (cilk-plus run failures on non-sse processors)
Fix for PR target/59691.
+2014-02-10  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       PR target/59691
+       * runtime/config/x86/os-unix-sysdep.c (__builtin_cpu_supports): New
+       function.
+       (restore_x86_fp_state): Added a check if the cpu supports the
+       instruction before emitting it.
+       (sysdep_save_fp_ctrl_state): Likewise.
+

From-SVN: r207664
2014-02-10 08:56:54 -08:00
..
generic Added Cilk runtime library (libcilkrts) into GCC. 2013-10-29 11:37:47 -07:00
x86 re PR target/59691 (cilk-plus run failures on non-sse processors) 2014-02-10 08:56:54 -08:00