http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58762
Cong Hou <congh at google dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Cong Hou <congh at google dot com> --- (In reply to Cong Hou from comment #3) > Author: congh > Date: Thu Oct 31 00:50:47 2013 > New Revision: 204241 > > URL: http://gcc.gnu.org/viewcvs?rev=204241&root=gcc&view=rev > Log: > 2013-10-30 Cong Hou <co...@google.com> > > Backport from mainline: > 2013-10-30 Cong Hou <co...@google.com> > > PR target/58762 > * config/i386/i386-protos.h (ix86_expand_sse2_abs): New function. > * config/i386/i386.c (ix86_expand_sse2_abs): New function. > * config/i386/sse.md: Add SSE2 support to abs (8/16/32-bit-int). > > > Modified: > branches/google/gcc-4_8/gcc/ChangeLog > branches/google/gcc-4_8/gcc/config/i386/i386-protos.h > branches/google/gcc-4_8/gcc/config/i386/i386.c > branches/google/gcc-4_8/gcc/config/i386/sse.md