* @brief Construct from zero-initialized value. */
| 56 | * @brief Construct from zero-initialized value. |
| 57 | */ |
| 58 | ASTCENC_SIMD_INLINE vfloat8() = default; |
| 59 | |
| 60 | /** |
| 61 | * @brief Construct from 8 values loaded from an unaligned address. |
nothing calls this directly
no outgoing calls
no test coverage detected