florian 7f2606ed8a * fpc_mul_qword uses always the assembler implementation 21 năm trước cách đây
..
cpu.pp 9f31783a0a * old logs removed and tabs fixed 23 năm trước cách đây
i386.inc 269d24955a * inclocked_longint ifdef fixed 21 năm trước cách đây
int64p.inc 7f2606ed8a * fpc_mul_qword uses always the assembler implementation 21 năm trước cách đây
makefile.cpu 24384c648b * moved genrtti.inc code to rtti 23 năm trước cách đây
math.inc 89d4ca293b * fix power() for negative base 22 năm trước cách đây
mathu.inc 61036b2149 * fixed wrong typecasts 21 năm trước cách đây
mathuh.inc 345117b9ba * initial implementation with code from math.pp 22 năm trước cách đây
mmx.pp f3f3ed17b7 * AMD CPUs could have SSE as well 23 năm trước cách đây
readme 9f31783a0a * old logs removed and tabs fixed 23 năm trước cách đây
set.inc bcdf065947 * fix set_set_range 22 năm trước cách đây
setjump.inc 0d3948fc5f * register calling updates 22 năm trước cách đây
setjumph.inc 876fca9e8f * make the record packed (just in case) 23 năm trước cách đây
strings.inc dedf697f3a * use some more string routines from libc if FPC_USE_LIBC is used 21 năm trước cách đây
stringss.inc dedf697f3a * use some more string routines from libc if FPC_USE_LIBC is used 21 năm trước cách đây
strlen.inc 8f8b47194a * REGCALL define added 22 năm trước cách đây
strpas.inc 23ae4449ec * register calling updates 22 năm trước cách đây
sysutilp.inc e546db7a23 * interlocked* changed to longints, including winapi. (which was a bug) 21 năm trước cách đây

readme

This directory contains only RTL parts specific to the processor I386 family.

(They are specific because they contain assembler instructions)

Include files for system are :
heap.inc (heap handling)
set.inc (sets operations)
math.inc (mathematic operations using the coprocessor)
i386.inc (several functions/procedures containing assembler parts)
setjump.inc (setjmp/longjmp implementation for exceptions)
rttip.inc (rtti handling, for speed reasons)

Units are :
strings.pp (written in assembler for speed)
cpu.pp (routines to access cpu info)
mmx.pp (special mmx routines)