mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 19:49:20 +02:00
* set the def for SSE 64 bit parameters to double instead of an
array of 2 singles git-svn-id: trunk@32544 -
This commit is contained in:
parent
d0f97a6441
commit
126046dabf
@ -288,7 +288,7 @@ unit cpupara;
|
||||
else
|
||||
result:=class2;
|
||||
result.typ:=X86_64_SSE_CLASS;
|
||||
result.def:=carraydef.getreusable_no_free(s32floattype,2)
|
||||
result.def:=s64floattype;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user