Closed
Description
Hi,
I wonder if the "evex_scanner" function (exists on xed-ild.c) has a bug on line 1282:
1282: if (evex1.coarse.map == 0)
because it will always include the "rexb4" field in the same test.
Maybe it should be a conditional test using "#if defined(XED_APX)" and "if (apx_supported(d))" with "evex1.apx.map" instead.
Thanks
Cheers