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

Function ExvLoad

TSSimd.h:2469–2472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2467 }
2468
2469 inline exv_float ExvLoad(const float *ptr)
2470 {
2471 return (_mm256_load_ps(ptr));
2472 }
2473
2474 inline exv_float ExvLoadSmearScalar(const float *ptr)
2475 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected