Re: [PATCH] arm: add _mm_empty to mmintrin.h for source compatibility

2012-06-06 Thread Ramana Radhakrishnan
On 28 May 2012 22:56, Matt Turner matts...@gmail.com wrote: On Tue, Feb 28, 2012 at 7:13 PM, Ramana Radhakrishnan ramana.radhakrish...@linaro.org wrote: On Fri, Feb 24, 2012 at 10:53:35PM -0500, Matt Turner wrote: The x86/amd64 mmintrin.h provides the _mm_empty intrinsic for the 'emms' MMX

Re: [PATCH] arm: add _mm_empty to mmintrin.h for source compatibility

2012-05-28 Thread Matt Turner
On Tue, Feb 28, 2012 at 7:13 PM, Ramana Radhakrishnan ramana.radhakrish...@linaro.org wrote: On Fri, Feb 24, 2012 at 10:53:35PM -0500, Matt Turner wrote: The x86/amd64 mmintrin.h provides the _mm_empty intrinsic for the 'emms' MMX instruction. Although ARM does not need such an instruction, we

Re: [PATCH] arm: add _mm_empty to mmintrin.h for source compatibility

2012-02-28 Thread Ramana Radhakrishnan
On Fri, Feb 24, 2012 at 10:53:35PM -0500, Matt Turner wrote: The x86/amd64 mmintrin.h provides the _mm_empty intrinsic for the 'emms' MMX instruction. Although ARM does not need such an instruction, we should provide an empty _mm_empty function nonetheless for source compatibility. OK for 4.8

[PATCH] arm: add _mm_empty to mmintrin.h for source compatibility

2012-02-24 Thread Matt Turner
The x86/amd64 mmintrin.h provides the _mm_empty intrinsic for the 'emms' MMX instruction. Although ARM does not need such an instruction, we should provide an empty _mm_empty function nonetheless for source compatibility. 2012-02-24 Matt Turner matts...@gmail.com *