MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / v_cmp_eq

Function v_cmp_eq

include/vecmath/dag_vecMath_neon.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115VECTORCALL VECMATH_FINLINE vec4f v_cmp_eq(vec4f a, vec4f b) { return (vec4f)vceqq_f32(a, b); }
116VECTORCALL VECMATH_FINLINE vec4f v_cmp_neq(vec4f a, vec4f b) { return (vec4f)vmvnq_u32(vceqq_f32(a, b)); }
117VECTORCALL VECMATH_FINLINE vec4f v_cmp_eqi(vec4f a, vec4f b) { return (vec4f)vceqq_s32((vec4i)a, (vec4i)b); }
118#if defined(__clang__) || defined(__GNUC__)

Callers 10

v_remove_nanFunction · 0.70
v_ray_intersect_planeFunction · 0.70
v_exp2Function · 0.70
v_powFunction · 0.70
v_set_all_bitsFunction · 0.70
v_atan2Function · 0.70
EquMethod · 0.50
NotEquMethod · 0.50
operator ()Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected