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

Function ExvFloatGetZero

TSSimd.h:2428–2431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2426 }
2427
2428 inline exv_float ExvFloatGetZero(void)
2429 {
2430 return (_mm256_setzero_ps());
2431 }
2432
2433 inline exv_float ExvFloatGetMinusZero(void)
2434 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected