Re: PATCH: Move f16c intrinsics into f16cintrin.h

2011-11-05 Thread Eric Botcazou
> Reposting, okay to commit after testing on x86_64 if no regressions? The patch wasn't correctly installed and the ChangeLog is incomplete. * config/i386/f16cintrin.h: Contents moved from immintrin.h. * config/i386/immintrin.h: Include f16cintrin.h. * config.gcc (i[34567

Re: PATCH: Move f16c intrinsics into f16cintrin.h

2011-11-01 Thread Uros Bizjak
Hello! > > On Mon, Oct 31, 2011 at 05:23:58PM -0500, Quentin Neill wrote: > >> Interested parties should view these threads from three years ago: > >> http://gcc.gnu.org/ml/gcc-patches/2008-11/threads.html#00145 > >> http://gcc.gnu.org/ml/gcc-patches/2008-12/threads.html#00174 > >> > >> Testing on

Re: PATCH: Move f16c intrinsics into f16cintrin.h

2011-10-31 Thread Quentin Neill
On Mon, Oct 31, 2011 at 5:31 PM, Jakub Jelinek wrote: > On Mon, Oct 31, 2011 at 05:23:58PM -0500, Quentin Neill wrote: >> Interested parties should view these threads from three years ago: >> http://gcc.gnu.org/ml/gcc-patches/2008-11/threads.html#00145 >> http://gcc.gnu.org/ml/gcc-patches/2008-12/

Re: PATCH: Move f16c intrinsics into f16cintrin.h

2011-10-31 Thread Jakub Jelinek
On Mon, Oct 31, 2011 at 05:23:58PM -0500, Quentin Neill wrote: > Interested parties should view these threads from three years ago: > http://gcc.gnu.org/ml/gcc-patches/2008-11/threads.html#00145 > http://gcc.gnu.org/ml/gcc-patches/2008-12/threads.html#00174 > > Testing on x86_64, okay to commit if

PATCH: Move f16c intrinsics into f16cintrin.h

2011-10-31 Thread Quentin Neill
Hi, This patch moves f16c intrinsics out of immintrin.h into their own header f16cintrin.h Interested parties should view these threads from three years ago: http://gcc.gnu.org/ml/gcc-patches/2008-11/threads.html#00145 http://gcc.gnu.org/ml/gcc-patches/2008-12/threads.html#00174 Testing on x86_6