On 07.09.2014 04:18,
crw...@gmail.com wrote:
> Thanks, Werner. That is good news for me, especially since we will be
> using Linux, with the latest gcc.
>
> Not to belabor the point, though, I guess I need a bit more clarification.
> Is it actually tuned to use NEON instructions, too?
>
> Thanks,
>
> Charles
>
> On Saturday, September 6, 2014 1:18:07 AM UTC-4, Werner Saar wrote:
>> On 05.09.2014 19:45,
crw...@gmail.com <javascript:> wrote:
>>> Hello,
>>>
>>> Been using OpenBLAS under Linux on a SandyBridge processor and been very
>>> impressed with the results. We are now considering an ARM9+NEON
>> platform.
>>> Am I right in assuming tuning has not been done for this architecture
>> yet?
>>> Any plans?
>>>
>>> Thanks,
>>>
>>> Charles
>>>
>> Hi,
>>
>> tuning has been done for ARM9/Cortex-A9. ARM9 has the
>> instruction set ARMV7, which is the processor name in
>> OpenBLAS. You need Linux, to run OpenBLAS, not Android.
>>
>> Best regards
>> Werner
>>
>>
Hi,
It is tuned to use vfpv3 instructions, not NEON instructions, because
neon instructions are not IEEE754 compliant. But this is not a performance
penalty on this platform.
Best regards
Werner