| 2431 | } |
| 2432 | |
| 2433 | inline exv_float ExvFloatGetMinusZero(void) |
| 2434 | { |
| 2435 | alignas(32) static const uint32 float_80000000[8] = {0x80000000, 0x80000000, 0x80000000, 0x80000000, 0x80000000, 0x80000000, 0x80000000, 0x80000000}; |
| 2436 | return (_mm256_load_ps(reinterpret_cast<const float *>(float_80000000))); |
| 2437 | } |
| 2438 | |
| 2439 | inline exv_float ExvSmearX(const exv_float& v) |
| 2440 | { |
nothing calls this directly
no outgoing calls
no test coverage detected