根据intel的文档。
The Intel Xeon processor 5100 series, Intel
Core 2 processor families introduced Supplemental Streaming SIMD Extensions 3
(SSSE3).
应该Core2是提供了SSSE3的,SSSE3估计就是你说的SSE4。
SSSE3 provides 32 instructions to accelerate a variety of multimedia and signal
processing applications employing SIMD integer data.
一共包含如下指令:
• Twelve instructions that perform horizontal addition or subtraction operations.
• Six instructions that evaluate the absolute values.
• Two instructions that perform multiply and add operations and speed up the
evaluation of dot products.
• Two instructions that accelerate packed-integer multiply operations and produce
integer values with scaling.
• Two instructions that perform a byte-wise, in-place shuffle according to the
second shuffle control operand.
• Six instructions that negate packed integers in the destination operand if the
signs of the corresponding element in the source operand is less than zero.
• Two instructions that align data from the composite of two operands.