mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
Support int64 in ABS. Remove unneccessary cast in __XF, __RF.
This commit is contained in:
parent
9baf4c9429
commit
516e261242
4 changed files with 31 additions and 11 deletions
|
|
@ -23,9 +23,6 @@
|
|||
|
||||
|
||||
|
||||
LONGINT SYSTEM_ABS (LONGINT i) {return __ABS(i);}
|
||||
double SYSTEM_ABSD(double i) {return __ABS(i);}
|
||||
|
||||
|
||||
int64 SYSTEM_DIV(int64 x, int64 y)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue