* @brief Factory that returns a replicated scalar loaded from memory. */
| 203 | * @brief Factory that returns a replicated scalar loaded from memory. |
| 204 | */ |
| 205 | static ASTCENC_SIMD_INLINE vint load1(const int* p) |
| 206 | { |
| 207 | return vint(*p); |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * @brief Factory that returns a vector loaded from unaligned memory. |