_mm256_sub_ps

Subtract packed single-precision (32-bit) floating-point elements in b from packed single-precision (32-bit) floating-point elements in a.

nothrow @nogc pure @safe
__m256
_mm256_sub_ps
(
__m256 a
,
__m256 b
)

Meta