What is the difference between NEON SIMD and NEON SIMD version 2 as in Cortex A15?
2 Answers
6
votes
4
votes
It is not that much of a difference, from ARM ARM:
(in reverse order of definitions)
Advanced SIMDv2 is an OPTIONAL extension to the ARMv7-A and ARMv7-R profiles. Advanced SIMDv2 adds both the Half-precision Extension and the fused multiply-add instructions to the features of Advanced SIMDv1.
...
Advanced SIMDv1 can be extended by the OPTIONAL Half-precision Extension, that provides conversion functions in both directions between half-precision floating-point and single-precision floating-point.
...
The Advanced SIMD architecture extension, its associated implementations, and supporting software, are commonly referred to as NEON™ technology.