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