michael
|
a9205c9fba
* Fix bug ID #32837, correct Mantissa and Fraction in float helpers, patch from Bart Broersma
|
7 years ago |
michael
|
e46b89c8bb
* Patch from Ondrej Pokorny to fix camelcase (bug ID 4b46872)
|
7 years ago |
pierre
|
82dce8d7e1
Add FPC_SOFT_FPUX80 conditional code for 80-bit float type using soft float unit
|
7 years ago |
Károly Balogh
|
2d8313165d
m68k: support FFU exception settings, also reworked FPU initalization
|
8 years ago |
florian
|
7180d184c5
+ implements TExtended80Rec, TDoubleRec, TSingleRec
|
10 years ago |
florian
|
bb129a6d6c
* renamed overloaded fma functions into functions encoding explicitly the type
|
11 years ago |
sergei
|
b16c6f8ced
* i386 and x86_64 changes for Delphi compatibility:
|
11 years ago |
florian
|
d88d644925
+ support for FMA intrinsic: if there is no hardware support, the compiler throws an error.
|
11 years ago |
sergei
|
94a045aa3d
* Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionMode to System unit. Declarations in Math unit changed to aliases.
|
11 years ago |
nickysn
|
74cd67b85c
+ added 8087 initialization to the msdos rtl (8087 presence detection is still a TODO)
|
12 years ago |
florian
|
e6f2c8cbd3
* turn off threadvars in softfpu if threading is not enabled
|
12 years ago |
florian
|
4ac1deb50b
* moved float_rounding_mode to systemh.inc; renamed to softfloat_rounding_mode
|
17 years ago |
micha
|
83b7f81f81
+ add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)
|
17 years ago |
florian
|
b3a1868ff0
* correct masking of exceptions in genmath code
|
18 years ago |
florian
|
47fac4ee6e
* moved *SSECSR to system unit
|
19 years ago |
florian
|
89f8474388
* unified and moved some win32/win64 stuff
|
19 years ago |
florian
|
b1bd426009
+ fpower10 implemented
|
20 years ago |
florian
|
ad3b9b9464
* windows rtl restructuring to share code between win32 and win64
|
20 years ago |
michael
|
3a2eaa94b1
+ Removed INTERNCONSTINTF define
|
20 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
|
f093fa9242
- killed power from system unit
|
20 years ago |
marco
|
615c4f3d7c
* patch from peter.
|
20 years ago |
peter
|
4d8460ec2f
* float routines all use internproc and compilerproc helpers
|
20 years ago |
michael
|
5856d367b9
+ Patch from peter to fix pasjpeg compile
|
20 years ago |
peter
|
14eb8f59b4
internconst, internproc and some external declarations moved to interface
|
20 years ago |
Jonas Maebe
|
0f26252376
+ cgenmath with libc math functions. Faster than the routines in genmath
|
21 years ago |
florian
|
515ee5aef6
* linking problems fixed
|
21 years ago |