* @brief Factory that returns a unit length 4 component vfloat4. */
| 309 | * @brief Factory that returns a unit length 4 component vfloat4. |
| 310 | */ |
| 311 | static ASTCENC_SIMD_INLINE vfloat4 unit4() |
| 312 | { |
| 313 | return vfloat4(0.5f); |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * @brief Factory that returns a unit length 3 component vfloat4. |
no test coverage detected