mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 01:09:24 +02:00
Merged revisions 3969 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk ........ r3969 | florian | 2006-06-26 21:43:35 +0200 (Mo, 26 Jun 2006) | 2 lines * fixed code generation for <word>+<word> saturated ........ git-svn-id: branches/fixes_2_0@3970 -
This commit is contained in:
parent
861f3031e4
commit
9b161b9bb5
@ -455,7 +455,7 @@ unit nx86add;
|
||||
mmxu8bit:
|
||||
op:=A_PADDUSB;
|
||||
mmxs16bit,mmxfixed16:
|
||||
op:=A_PADDSB;
|
||||
op:=A_PADDSW;
|
||||
mmxu16bit:
|
||||
op:=A_PADDUSW;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user