mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:49:17 +02:00
* i8086/mathu.inc converted to asmmode intel
git-svn-id: trunk@25553 -
This commit is contained in:
parent
07bbfc7c60
commit
35c0c76034
@ -12,7 +12,7 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$ASMMODE ATT}
|
||||
{$ASMMODE intel}
|
||||
{//$define FPC_MATH_HAS_ARCTAN2}
|
||||
{function arctan2(y,x : float) : float;assembler;
|
||||
asm
|
||||
@ -177,9 +177,9 @@ end;
|
||||
|
||||
procedure ClearExceptions(RaisePending: Boolean);assembler;
|
||||
asm
|
||||
cmpb $0,RaisePending
|
||||
je .Lclear
|
||||
cmp byte RaisePending, 0
|
||||
je @Lclear
|
||||
fwait
|
||||
.Lclear:
|
||||
@Lclear:
|
||||
fnclex
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user