* @brief Factory that returns a vector loaded from 32B aligned memory. */
| 197 | * @brief Factory that returns a vector loaded from 32B aligned memory. |
| 198 | */ |
| 199 | static ASTCENC_SIMD_INLINE vint8 loada(const int* p) |
| 200 | { |
| 201 | return vint8(p); |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * @brief Factory that returns a vector containing the lane IDs. |