* @brief Factory that returns a replicated scalar loaded from memory. */
| 109 | * @brief Factory that returns a replicated scalar loaded from memory. |
| 110 | */ |
| 111 | static ASTCENC_SIMD_INLINE vfloat load1(const float* p) |
| 112 | { |
| 113 | return vfloat(*p); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * @brief Factory that returns a vector loaded from 32B aligned memory. |