* @brief Factory that returns a replicated scalar loaded from memory. */
| 127 | * @brief Factory that returns a replicated scalar loaded from memory. |
| 128 | */ |
| 129 | static ASTCENC_SIMD_INLINE vfloat4 load1(const float* p) |
| 130 | { |
| 131 | return vfloat4(*p); |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * @brief Factory that returns a vector loaded from aligned memory. |