* @brief Factory that returns a vector loaded from aligned memory. */
| 135 | * @brief Factory that returns a vector loaded from aligned memory. |
| 136 | */ |
| 137 | static ASTCENC_SIMD_INLINE vfloat4 loada(const float* p) |
| 138 | { |
| 139 | return vfloat4(p); |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * @brief Return a swizzled float 2. |