You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cheri_init_globals.h] Avoid using cgetaddr/cgetoffset in assembly
The upcoming standard no longer includes cgetoffset (and cgetaddr has
been removed in ISAv9). For now the assembly code still accepts cgetaddr
and converts it to a move, but use an intrinsic call instead as that can
be optimized to a subregister read on next use rather the requiring an
explicit move.
0 commit comments