[SIMD] Allow custom cmath-overloads to be found
Directly invoking std::f()
prevents custom overloads for e.g. SIMD-types of being found. Fix this by calling using std::f; f()
.
Edited by Lukas Renelt
Directly invoking std::f()
prevents custom overloads for e.g. SIMD-types of being found. Fix this by calling using std::f; f()
.