Index: lib/Headers/mmintrin.h =================================================================== --- lib/Headers/mmintrin.h +++ lib/Headers/mmintrin.h @@ -85,7 +85,7 @@ /// /// \headerfile /// -/// This intrinsic corresponds to the VMOVQ / MOVD instruction. +/// This intrinsic corresponds to the VMOVQ / MOVQ instruction. /// /// \param __i /// A 64-bit signed integer. @@ -101,7 +101,7 @@ /// /// \headerfile /// -/// This intrinsic corresponds to the VMOVQ / MOVD instruction. +/// This intrinsic corresponds to the VMOVQ / MOVQ instruction. /// /// \param __m /// A 64-bit integer vector. @@ -1289,7 +1289,8 @@ /// /// \headerfile /// -/// This intrinsic corresponds to the VXORPS / XORPS instruction. +/// This intrinsic is a utility function and does not correspond to a specific +/// instruction. /// /// \returns An initialized 64-bit integer vector with all elements set to zero. static __inline__ __m64 __DEFAULT_FN_ATTRS @@ -1381,7 +1382,8 @@ /// /// \headerfile /// -/// This intrinsic corresponds to the VPSHUFD / PSHUFD instruction. +/// This intrinsic is a utility function and does not correspond to a specific +/// instruction. /// /// \param __i /// A 32-bit integer value used to initialize each vector element of the @@ -1399,7 +1401,8 @@ /// /// \headerfile /// -/// This intrinsic corresponds to the VPSHUFLW / PSHUFLW instruction. +/// This intrinsic is a utility function and does not correspond to a specific +/// instruction. /// /// \param __w /// A 16-bit integer value used to initialize each vector element of the @@ -1416,8 +1419,8 @@ /// /// \headerfile /// -/// This intrinsic corresponds to the VPUNPCKLBW + VPSHUFLW / PUNPCKLBW + -/// PSHUFLW instruction. +/// This intrinsic is a utility function and does not correspond to a specific +/// instruction. /// /// \param __b /// An 8-bit integer value used to initialize each vector element of the