AI Engine-ML v2 Intrinsics User Guide  v2025.1
Loading...
Searching...
No Matches
Remove extract and set for same accumulator component

Removes an ext_* that is immediately followed by a set_* referring to the same accumulator component in the same position.

Example:

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