* @brief Store a vector to an unaligned memory address. */
| 598 | * @brief Store a vector to an unaligned memory address. |
| 599 | */ |
| 600 | ASTCENC_SIMD_INLINE void store(vint4 a, int* p) |
| 601 | { |
| 602 | vst1q_s32(p, a.m); |
| 603 | } |
| 604 | |
| 605 | /** |
| 606 | * @brief Store a vector to an unaligned memory address. |
no outgoing calls
no test coverage detected