MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / vfloat3

Function vfloat3

Source/astcenc_vecmathlib.h:337–340  ·  view source on GitHub ↗

* @brief Factory that returns a 3 component vfloat4. */

Source from the content-addressed store, hash-verified

335 * @brief Factory that returns a 3 component vfloat4.
336 */
337static ASTCENC_SIMD_INLINE vfloat4 vfloat3(float a, float b, float c)
338{
339 return vfloat4(a, b, c, 0.0f);
340}
341
342/**
343 * @brief Factory that returns a 2 component vfloat4.

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected