2. SIMD and vector instructions
There is some confusion between the terms SIMD and vector. Clearly, SIMD instructions work on vectors made up of elements that can be 8-bit, 16-bit or 32-bit integers, single-precision or double-precision floats. Similarly, compiler developers for instruction sets with SIMD extension talk about the possibility of "vectorizing" scalar code, i.e. using SIMD instructions. However, when it comes to defining the instruction types of an instruction set, there is a clear difference between SIMD instructions and vector instructions: to perform the same operations, there are many more SIMD instructions than vector operations in the instruction set.
2.1 SIMD instructions
Figure 1...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
SIMD and vector instructions
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
- (1) - PATERSON (D.), WATERMAN (A.) - SIMD instructions considered harmful, - ACM Sigarch, Computer Architecture To-day, Sep 18, (2017). https://www.sigarch.org/csimd-instructions-considered-harmful/
- ...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!