AI Engine-ML v2 Intrinsics User Guide  v2025.1
Loading...
Searching...
No Matches
Undefined simplifications

Replaces an undef_* that is immediately followed by an upd_* with a set_*.

Example:

v8acc64 a = ...; // bmlhX
v32acc64 b = undef_v32acc64(); // dmX
v32acc64 out = upd_v32acc64(b, 1, a);
Definition me_chess.h:638
Definition me_chess.h:628
v32acc64 undef_v32acc64()
v8acc64 a = ...; // bmlhX
v32acc64 out = set_v32acc64(1, a); // dmX
v32acc64 set_v32acc64(int idx, v8acc64 b)
Definition me_upd_ext.h:4442