* small fix for ie

This commit is contained in:
florian 2022-01-07 11:03:30 +01:00
parent 09b763c698
commit 4966e93764

View File

@ -1917,6 +1917,8 @@ unit cgx86;
if size in [OS_M256,OS_M512] then
Include(current_procinfo.flags,pi_uses_ymm);
end
else if size in [OS_F32,OS_F64] then
asmop:=opmm2asmop[0,size,op]
else
asmop:=opmm2asmop_full[op];
end