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