* @brief Factory that returns a unit length 4 component vfloat4. */
| 285 | * @brief Factory that returns a unit length 4 component vfloat4. |
| 286 | */ |
| 287 | static ASTCENC_SIMD_INLINE vfloat4 unit4() |
| 288 | { |
| 289 | return vfloat4(0.5f); |
| 290 | } |
| 291 | |
| 292 | /** |
| 293 | * @brief Factory that returns a unit length 3 component vfloat4. |
no test coverage detected