Streaming SIMD Extensions Supported by 3DNow!

Microsoft Specific

Currently, the following streaming SIMD extension (SSE) intrinsics are supported by the AMD 3DNow! processor:

  • _mm_maskmove_si64

  • _mm_avg_pu8

  • _mm_avg_pu16

  • _mm_extract_pi16

  • _mm_insert_pi16

  • _mm_max_pi16

  • _mm_max_pu8

  • _mm_min_pi16

  • _mm_min_pu8

  • _mm_movemask_pi8

  • _mm_mulhi_pu16

  • _mm_prefetch

  • _mm_sad_pu8

  • _mm_shuffle_pi16

  • _mm_sfence

The header file xmmintrin.h contains the declarations for the SSE intrinsics.

END Microsoft Specific

See Also

Reference

Streaming SIMD Extensions (SSE)