Home
last modified time | relevance | path

Searched refs:fastRSqrt (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/build/issue22345-ICE-postreload/jni/
Dissue22345-ICE-postreload.cpp14 inline float32x4_t fastRSqrt(const float32x4_t& vec) { in fastRSqrt() function
33 result = vmulq_f32(v1, internal::fastRSqrt(dot)); in normalize()