| 2467 | } |
| 2468 | |
| 2469 | inline exv_float ExvLoad(const float *ptr) |
| 2470 | { |
| 2471 | return (_mm256_load_ps(ptr)); |
| 2472 | } |
| 2473 | |
| 2474 | inline exv_float ExvLoadSmearScalar(const float *ptr) |
| 2475 | { |
nothing calls this directly
no outgoing calls
no test coverage detected