aboutsummaryrefslogtreecommitdiff
path: root/libcilkrts/ChangeLog
diff options
context:
space:
mode:
authorbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-10 16:56:54 +0000
committerbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-10 16:56:54 +0000
commitbf62ed7307453c4f8d35c952fba2c2a5d990b1a4 (patch)
treee72aa114ed935ee1da85f67fcdc32d306953ae92 /libcilkrts/ChangeLog
parentc795e073639ceec91a1cb36bc66dd8cfdc41e700 (diff)
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. + git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207664 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcilkrts/ChangeLog')
-rw-r--r--libcilkrts/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcilkrts/ChangeLog b/libcilkrts/ChangeLog
index b564ef07d6c..c340785992d 100644
--- a/libcilkrts/ChangeLog
+++ b/libcilkrts/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
2014-01-20 Balaji V. Iyer <balaji.v.iyer@intel.com>
PR other/58996