Jonas Maebe
|
08da4e9278
* fixed power() in genmath.inc (code duplication from math.pp for **
|
20 years ago |
peter
|
4d8460ec2f
* float routines all use internproc and compilerproc helpers
|
21 years ago |
Jonas Maebe
|
cfeaa8aa65
* some compilation fixes for powerpc after all the internconst and
|
21 years ago |
Jonas Maebe
|
0f26252376
+ cgenmath with libc math functions. Faster than the routines in genmath
|
21 years ago |
florian
|
12bf88080f
* fixed trunc for abs(value) < 1
|
21 years ago |
florian
|
7e328ccf29
+ made generic trunc 64 bit aware
|
21 years ago |
peter
|
3094258825
* removed warnings
|
21 years ago |
florian
|
5fe2004441
* fixed some arm related real stuff
|
21 years ago |
florian
|
2e80f0de5f
* arm startup code fixed
|
21 years ago |
florian
|
9e6f48750a
* fixed generic system.int(...)
|
21 years ago |
florian
|
9e00ecb080
* fixed small bugs
|
21 years ago |
florian
|
1d3368ccde
* some const inserted
|
21 years ago |
peter
|
bf56f75425
* abs(double) added
|
21 years ago |
Jonas Maebe
|
2af569745c
* if currency = int64, FPC_CURRENCY_IS_INT64 is defined
|
21 years ago |
Jonas Maebe
|
40a6ce22ff
* use HandleError instead of RunError so exception catching works
|
21 years ago |
florian
|
8d771df2d4
* arm fixes to the common rtl code
|
22 years ago |
Jonas Maebe
|
df5e0bbfc6
* fsqrt is an optional instruction in the ppc architecture and isn't
|
22 years ago |
Jonas Maebe
|
a399f7898c
* added longint typecase to odd(smallint_var) call to avoid overload
|
22 years ago |
Jonas Maebe
|
c59fb8e28a
- removed empty ppc-specific frac()
|
22 years ago |
peter
|
a7691d8bb8
* fpc_round added, needed for int64 currency
|
22 years ago |
peter
|
dd08014a49
* use generic int64 power
|
22 years ago |
carl
|
c3d641ec0e
* round returns int64
|
23 years ago |
florian
|
84f4935593
* fixed wrong commit
|
23 years ago |
florian
|
45091120fd
+ variant wrappers for cmp operators added
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
florian
|
6d4e01d74f
* made abs a compiler proc if it is generic
|
23 years ago |
florian
|
7ac5c3743d
* several fixes for linux/powerpc
|
23 years ago |
peter
|
21a8c2cc8e
* merged fixes from 1.0.x
|
23 years ago |
peter
|
e7c86006db
* m68k updates merged
|
24 years ago |