"what is data size of x86? "
Answers
Answered by
3
Answer:
Floating point and SIMD
The presence of wide SIMD registers means that existing x86 processors can load or store up to 128 bits of memory data in a single instruction and also perform bitwise operations (although not integer arithmetic) on full 128-bits quantities in parallel.
Similar questions