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

Function ExvStore

TSSimd.h:2479–2482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2477 }
2478
2479 inline void ExvStore(const exv_float& v, float *ptr)
2480 {
2481 _mm256_store_ps(ptr, v);
2482 }
2483
2484 inline void ExvStoreX(const exv_float& v, float *ptr)
2485 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected