_mm_log_ps

Natural logarithm computed for 4 simultaneous float. This is an approximation, valid up to approximately -119dB of accuracy, on the range -inf..50 IMPORTANT: NaN, zero, or infinity input not supported properly. x must be > 0 and finite.

nothrow @nogc pure @safe
__m128
_mm_log_ps
(
__m128 x
)

Meta