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

Function ExvStoreX

TSSimd.h:2484–2487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2482 }
2483
2484 inline void ExvStoreX(const exv_float& v, float *ptr)
2485 {
2486 _mm_store_ss(ptr, _mm256_castps256_ps128(v));
2487 }
2488
2489 inline void ExvStoreY(const exv_float& v, float *ptr)
2490 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected