nickysn
|
30b5a4dd3e
+ added x86_64 asm implementation of math.DivMod
|
8 years ago |
sergei
|
b16c6f8ced
* i386 and x86_64 changes for Delphi compatibility:
|
11 years ago |
sergei
|
a882e89bc2
* x86_64: SetExceptionMask and SetRoundingMode must return the old value of mask/mode respectively, not the new one.
|
11 years ago |
sergei
|
4952754184
- i386 and x86_64 no longer use any softfloat stuff.
|
11 years ago |
nickysn
|
4eb9043ac7
* x87 optimized version of math.log2() for i8086, i386 and x86_64
|
11 years ago |
sergei
|
5ea99c84fd
* x86_64 non-Win64 targets: calculate tan() and cotan() using x87 "fptan" instruction.
|
11 years ago |
pierre
|
4cfc693a63
* Fix win64 math unit compilation
|
12 years ago |
florian
|
a523d81b87
* fix sincos also for x86-64-linux
|
12 years ago |
florian
|
a9fed57090
* fix sincos for x86-64 windows resolves #23268
|
12 years ago |
florian
|
7201bd8526
+ sincos implemenation for x86-64
|
13 years ago |
Jonas Maebe
|
8d9a22938b
+ added {$asmmode gas} directives to fix compiling when fpc.cfg contains
|
15 years ago |
Jonas Maebe
|
68ee2ca193
* make use of x87 dependent on availability of FPC_HAS_TYPE_EXTENDED
|
15 years ago |
daniel
|
b293a9bdd4
- Revert patch by Alex Raine.
|
18 years ago |
daniel
|
14f2edc56e
+ Assembler implementation of min/max by Alex Rayne.
|
18 years ago |
florian
|
a94a681603
* use system unit for SSECSR setter and getter
|
18 years ago |
florian
|
b3a1868ff0
* correct masking of exceptions in genmath code
|
18 years ago |
florian
|
9619f4c09d
* fixed Math.SetRoundingMode
|
18 years ago |
florian
|
538e1bb8e8
* fixed broken Math.SetExceptionMask
|
18 years ago |
florian
|
0ade2e487d
* cleaned up and fixed (from mftq75) sse unit initialization, fixes #7268
|
19 years ago |
florian
|
d3ed764102
+ sse support for rounding and exception masking
|
19 years ago |
florian
|
89f8474388
* unified and moved some win32/win64 stuff
|
19 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
florian
|
07c28067aa
* fixed sse exception handling
|
21 years ago |
florian
|
a895e7bb78
* several 64 bit/x86-64 fixes
|
21 years ago |