asm/reference

This content has not been validated; it was AI-generated following the x86-64 ISA Documentation generation process to maintain high quality. However, as no human has verified this data, errors may exist. If the accuracy of this data is critical, please consult the Intel SDM. The model used to generate this is gemma4:31b

ADDSS



Adds the scalar single-precision floating-point value from a source operand to the scalar single-precision floating-point value in a destination operand. The result is stored in the destination operand.

The following table covers what the source and destinations can be:

source destination(s)
xmm xmm
m32 xmm

DO NOT support LOCK

This instruction is available in 64-bit mode and compatibility mode. It requires SSE support.

The instruction operates only on the lowest 32 bits of the XMM registers (f32); the remaining upper bits of the destination XMM register remain unchanged.

Precision and rounding are controlled by the MXCSR register. If the result cannot be represented in the destination format, it MAY trigger #O or #U. Inexact results SHALL trigger #P. Denormalized operands SHALL trigger #D.