* @brief Factory that returns a replicated scalar loaded from memory. */
| 287 | * @brief Factory that returns a replicated scalar loaded from memory. |
| 288 | */ |
| 289 | static ASTCENC_SIMD_INLINE vint4 load1(const int* p) |
| 290 | { |
| 291 | return vint4(*p); |
| 292 | } |
| 293 | |
| 294 | /** |
| 295 | * @brief Factory that returns a vector loaded from unaligned memory. |