As noted by @saucecontrol in #34550 (comment)_ crossgen doesn't correctly check for isaName instead of className which checking for the use of the crossgen2 corelib unsupported isas like Avx, Avx2, etc. We should fix this as it might cause very odd behavior for code in corelib which uses such logic.
As noted by @saucecontrol in #34550 (comment)_ crossgen doesn't correctly check for isaName instead of className which checking for the use of the crossgen2 corelib unsupported isas like Avx, Avx2, etc. We should fix this as it might cause very odd behavior for code in corelib which uses such logic.