_mm_log_ss

Natural log computed for a single 32-bit 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
float
_mm_log_ss
(
float v
)

Meta