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

Function ExvStoreZ

TSSimd.h:2494–2497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2492 }
2493
2494 inline void ExvStoreZ(const exv_float& v, float *ptr)
2495 {
2496 _mm_store_ss(ptr, _mm256_castps256_ps128(_mm256_permute_ps(v, 0xAA)));
2497 }
2498
2499 inline void ExvStoreW(const exv_float& v, float *ptr)
2500 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected