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