* @brief Factory that returns a vector loaded from 32B aligned memory. */
| 117 | * @brief Factory that returns a vector loaded from 32B aligned memory. |
| 118 | */ |
| 119 | static ASTCENC_SIMD_INLINE vfloat loada(const float* p) |
| 120 | { |
| 121 | return vfloat(p); |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * @brief The vector ... |