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

Method NotEqu

include/daScript/simulate/sim_policy.h:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 return (v_signmask(v_cmp_eq(a,b)) & mask) == mask;
347 }
348 static __forceinline bool NotEqu ( vec4f a, vec4f b, Context &, LineInfo * ) {
349 return (v_signmask(v_cmp_eq(a, b)) & mask) != mask;
350 }
351 // numeric
352 static __forceinline vec4f Unp ( vec4f x, Context &, LineInfo * ) {
353 return x;

Callers

nothing calls this directly

Calls 2

v_signmaskFunction · 0.50
v_cmp_eqFunction · 0.50

Tested by

no test coverage detected