* @brief Factory that returns a replicated scalar loaded from memory. */
| 263 | * @brief Factory that returns a replicated scalar loaded from memory. |
| 264 | */ |
| 265 | static ASTCENC_SIMD_INLINE vint4 load1(const int* p) |
| 266 | { |
| 267 | return vint4(*p); |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * @brief Factory that returns a vector loaded from unaligned memory. |