PowSIMD - raise a SIMD register to a power. This is analogous to the C pow() function, with some restictions: fractional exponents are only handled with 2 bits of precision. Basically, fractions of 0,.25,.5, and .75 are handled. PowSIMD(x,.30) will be the same as PowSIMD(x,.25). negative and fractional powers are handled by the SIMD reciprocal and square root approximation instructions and so are
source not stored for this graph (policy: none)
no test coverage detected