Re: [PATCH] fix for PR 59691

2014-02-10 Thread Jeff Law
On 02/06/14 15:21, Iyer, Balaji V wrote: Hello Everyone, Attached, please find a patch that will fix the issue in PR 59691. The main issue was that the Cilk library (libcilkrts) was not checking if the target has SSE support before emitting SSE instruction. This patch should fix that.

[PATCH] fix for PR 59691

2014-02-06 Thread Iyer, Balaji V
Hello Everyone, Attached, please find a patch that will fix the issue in PR 59691. The main issue was that the Cilk library (libcilkrts) was not checking if the target has SSE support before emitting SSE instruction. This patch should fix that. Here is the ChangeLog entries: