Difference between scalar instructions and vector instructions
Answers
Answered by
0
Answer:
scalar processor is one that acts on a single data stream whereas a vector processor works on a 1D (vector) of numbers (multiple data streams). Single instruction, multiple data (SIMD) as seen in Intel's MMX/SSE/AVX style instructions is an example of vector operations.
Explanation:
If it helps you then thank me
Similar questions