* @brief Factory that returns a vector loaded from 16B aligned memory. */
| 281 | * @brief Factory that returns a vector loaded from 16B aligned memory. |
| 282 | */ |
| 283 | static ASTCENC_SIMD_INLINE vint4 loada(const int* p) |
| 284 | { |
| 285 | return vint4(p); |
| 286 | } |
| 287 | |
| 288 | /** |
| 289 | * @brief Factory that returns a vector containing the lane IDs. |