Re: [OE-core] Enabling NEON instructions for fftw

2013-01-04 Thread Mark Hatle
On 1/4/13 9:36 AM, Philip Balister wrote: On 01/03/2013 02:21 PM, Mark Hatle wrote: On 1/3/13 12:42 PM, Philip Balister wrote: So, recent versions of fftw have NEON support for the single precision build. In the poast, I just passed --enable-neon to configure or the armv7a case. Now, this is no

Re: [OE-core] Enabling NEON instructions for fftw

2013-01-04 Thread Philip Balister
On 01/03/2013 02:21 PM, Mark Hatle wrote: > On 1/3/13 12:42 PM, Philip Balister wrote: >> So, recent versions of fftw have NEON support for the single precision >> build. In the poast, I just passed --enable-neon to configure or the >> armv7a case. Now, this is not entirely correct, since some armv

Re: [OE-core] Enabling NEON instructions for fftw

2013-01-03 Thread Mark Hatle
On 1/3/13 12:42 PM, Philip Balister wrote: So, recent versions of fftw have NEON support for the single precision build. In the poast, I just passed --enable-neon to configure or the armv7a case. Now, this is not entirely correct, since some armv7a's lack a NEON coprocessor. Does anyone have a s

[OE-core] Enabling NEON instructions for fftw

2013-01-03 Thread Philip Balister
So, recent versions of fftw have NEON support for the single precision build. In the poast, I just passed --enable-neon to configure or the armv7a case. Now, this is not entirely correct, since some armv7a's lack a NEON coprocessor. Does anyone have a suggestion for how to handle this better? Pers