sergei
|
78e726b34f
* i386: Somewhat optimized fpc_mul_qword routine, got rid from variable 'r', registers esi and edi. Also ignore overflow checking when both operands have their high dwords equal to zero, because in such case multiplication cannot overflow.
|
před 11 roky |
sergei
|
97152cc41b
* Fixed overflow handling in i386 assembler implementations of fpc_div_qword and fpc_mod_qword.
|
před 12 roky |
sergei
|
b36a930f26
- Cleaned out REGCALL defines
|
před 14 roky |
michael
|
93ba0409be
+ Removed HASCOMPILERPROC define
|
před 20 roky |
peter
|
4ace790492
* remove $Log
|
před 20 roky |
fpc
|
790a4fe2d3
* log and id tags removed
|
před 20 roky |
fpc
|
50778076c3
initial import
|
před 20 roky |
peter
|
e417e34496
* truncate log
|
před 20 roky |
florian
|
43e425072b
* fixed div by zero check for qword mod qword
|
před 21 roky |
florian
|
9205c6e800
* fixed overflow checking in qword multiplication
|
před 21 roky |
florian
|
051126d079
* assembler version of mod_qword_word reactivated
|
před 21 roky |
florian
|
7f2606ed8a
* fpc_mul_qword uses always the assembler implementation
|
před 21 roky |
peter
|
0105b62700
* fix call to handleerror for regcall
|
před 22 roky |
peter
|
abbc3fa755
* moved int64 asm code to int64p.inc
|
před 22 roky |