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

Function operator/

Source/astcenc_vecmathlib_common_4.h:186–189  ·  view source on GitHub ↗

* @brief Overload: vector by scalar division. */

Source from the content-addressed store, hash-verified

184 * @brief Overload: vector by scalar division.
185 */
186ASTCENC_SIMD_INLINE vfloat4 operator/(vfloat4 a, float b)
187{
188 return a / vfloat4(b);
189}
190
191/**
192 * @brief Overload: scalar by vector division.

Callers

nothing calls this directly

Calls 1

vfloat4Class · 0.70

Tested by

no test coverage detected