peter e85d8c970c fixed result of strlcopy 21 rokov pred
..
cpu.pp 9f31783a0a * old logs removed and tabs fixed 23 rokov pred
i386.inc f80f3fc0fa * shortstr compare with empty string fixed 21 rokov pred
int64p.inc 9205c6e800 * fixed overflow checking in qword multiplication 21 rokov pred
makefile.cpu 24384c648b * moved genrtti.inc code to rtti 23 rokov pred
math.inc 783f8068a5 * add fclex for fpu exceptions to round/trunc 21 rokov pred
mathu.inc 07c28067aa * fixed sse exception handling 21 rokov pred
mathuh.inc 07c28067aa * fixed sse exception handling 21 rokov pred
mmx.pp f3f3ed17b7 * AMD CPUs could have SSE as well 23 rokov pred
readme 9f31783a0a * old logs removed and tabs fixed 23 rokov pred
set.inc fd759e521f * saveregisters calling convention is obsolete 21 rokov pred
setjump.inc 0d3948fc5f * register calling updates 22 rokov pred
setjumph.inc 876fca9e8f * make the record packed (just in case) 23 rokov pred
strings.inc e85d8c970c fixed result of strlcopy 21 rokov pred
stringss.inc dedf697f3a * use some more string routines from libc if FPC_USE_LIBC is used 21 rokov pred
strlen.inc 8f8b47194a * REGCALL define added 22 rokov pred
strpas.inc 23ae4449ec * register calling updates 22 rokov pred
sysutilp.inc e546db7a23 * interlocked* changed to longints, including winapi. (which was a bug) 21 rokov pred

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)