* @brief Factory that returns a replicated scalar loaded from memory. */
| 98 | * @brief Factory that returns a replicated scalar loaded from memory. |
| 99 | */ |
| 100 | static ASTCENC_SIMD_INLINE vfloat8 load1(const float* p) |
| 101 | { |
| 102 | return vfloat8(*p); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * @brief Factory that returns a vector loaded from 32B aligned memory. |