MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / ExvFloatGetMinusZero

Function ExvFloatGetMinusZero

TSSimd.h:2433–2437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected