Example: air traffic controller
Practical SIMD Programming - Universiteit Utrecht

Practical SIMD Programming - Universiteit Utrecht

Back to document page

individual bytes in a4 via array a[4]. Note that a4 now basically has four 1-byte lanes, which is somewhat similar to what we get with SIMD. We could even use a4 as 32 1-bit values, which is an efficient way to store 32 boolean values. An SSE register is 128 bit in size, and is named __m128 if it is used to store four floats, or __m128i for ints.

  Registers

Download Practical SIMD Programming - Universiteit Utrecht


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries