* @brief Factory that returns a vector of zeros. */
| 86 | * @brief Factory that returns a vector of zeros. |
| 87 | */ |
| 88 | static ASTCENC_SIMD_INLINE vfloat8 zero() |
| 89 | { |
| 90 | return vfloat8(_mm256_setzero_ps()); |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * @brief Factory that returns a replicated scalar loaded from memory. |