mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-01 17:47:16 +01:00
* small fix for ie
This commit is contained in:
parent
09b763c698
commit
4966e93764
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user