8 Apr
2017
8 Apr
'17
11:06 a.m.
On 8 April 2017 at 11:14, Bjorn Reese via Boost
Boost.SIMD only supports x86.
Are there plans for ARM NEON and/or MIPS SIMD?
Other platforms are supported in the proprietary version of the library. https://developer.numscale.com/bsimd/documentation/v1.17.3.0/ Earlier versions of the IBM POWER and PowerPC support used to be open-source as well. What does Boost.SIMD currently do on unsupported platforms? Revert
back to SISD?
Yes, likewise if you're on x86 but requesting an operation that your hardware does not support, it will still work using the best possible implementation.