Jonas Maebe 0ab6c37c31 * fixed compilation errors with 1.0 23 gadi atpakaļ
..
cpu.pp 650fbb86aa + removed logs 25 gadi atpakaļ
i386.inc 3f2a82784e * changed multi threading define: it's MT instead of MTRTL 23 gadi atpakaļ
makefile.cpu 4620a73a9b * FPC_ names 27 gadi atpakaļ
math.inc 21a8c2cc8e * merged fixes from 1.0.x 24 gadi atpakaļ
mmx.pp 3d1d485d7c * femms added 24 gadi atpakaļ
readme bd57e42086 * $ifdef ver0_99_5 updates 27 gadi atpakaļ
rttip.inc 0ab6c37c31 * fixed compilation errors with 1.0 23 gadi atpakaļ
set.inc e6841b9f3c * fixed load_smallset 24 gadi atpakaļ
setjump.inc 650fbb86aa + removed logs 25 gadi atpakaļ
setjumph.inc 650fbb86aa + removed logs 25 gadi atpakaļ
strings.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files 25 gadi atpakaļ
stringss.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files 25 gadi atpakaļ
strlen.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files 25 gadi atpakaļ
strpas.inc ab2ea0a472 * moved implementations of strlen and strpas to separate include files 25 gadi atpakaļ
sysutilp.inc 9aeb958a8e * InterLocked routines added 24 gadi atpakaļ
typinfo.inc df8692dd2e * reset %edx in getordprop so functions returning only %eax don't 24 gadi atpakaļ

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)