| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected