daniel
|
2ce992b4ae
- Disable asm str_int again now that testsuites have run.
|
18 лет назад |
daniel
|
47c2cc095b
* Make str_int pic proof.
|
18 лет назад |
daniel
|
6e2af37c48
Convert str_int to ATT assembler and activate it.
|
18 лет назад |
daniel
|
0cfdde094d
- Disable assembler implementations of str_int because of mysterious
|
18 лет назад |
daniel
|
d8bffd27fc
- Intergrate i386/strlen.inc and remove it.
|
18 лет назад |
florian
|
d08abbca46
* forgotten commit
|
18 лет назад |
yury
|
4662eb98fc
* Fixed warnings.
|
18 лет назад |
florian
|
7da7364ee7
* refactored SysResetFPU into SysInitFPU and SysResetFPU
|
18 лет назад |
florian
|
5a3f71754a
- removed odd assembler implementation, using the inline variant usually creates better code
|
18 лет назад |
florian
|
7878f0feb3
* made all fpc_*_to_shortstr helpers a procedure, resolves #8580
|
18 лет назад |
Jonas Maebe
|
cc843f5f62
* fixed comparedword in case len=0
|
18 лет назад |
peter
|
e8322a83e4
* optimized generic implementations to use pointers instead of
|
18 лет назад |
Jonas Maebe
|
f51bac256d
* made pic-safe (by simply not accessing global variables from
|
18 лет назад |
micha
|
d95b9082bb
* add memory barrier prototypes + implementation for i386 and sparc + use lwsync for powerpc64
|
18 лет назад |
florian
|
6f6e60b723
* improved SSE check by Martin Schreiber
|
18 лет назад |
florian
|
80d55022e9
* tried to fix SSE OS support detection
|
18 лет назад |
ivost
|
2c22173534
* Added InterlockedCompareExchange64 for i386 (supported over cmpxchg8b instruction)
|
18 лет назад |
marco
|
57cfd89fbd
* Linux 64-bit FS patch from neli for FPC_USE_LIBC
|
18 лет назад |
peter
|
cd767cf5c8
* i386 uses generic fpc_compare_shortstr_equal
|
18 лет назад |
Jonas Maebe
|
5ea26c5f5f
* fixed darwin compilation
|
18 лет назад |
florian
|
bcf65051e3
* detect sse properly on linux, fixes tmask*.pp in the testsuite with -Cfsse2
|
18 лет назад |
daniel
|
e8050233af
+ Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231)
|
18 лет назад |
florian
|
b3a1868ff0
* correct masking of exceptions in genmath code
|
18 лет назад |
Jonas Maebe
|
3381fd2ea1
* ismultithread is a longbool nowadays (cmpb -> cmpl)
|
19 лет назад |
florian
|
4ee9f1b394
* use DefaultCW to reload fpu settings
|
19 лет назад |
Jonas Maebe
|
5acc8b44a8
* activated internal get_frame for x86
|
19 лет назад |
peter
|
2f0ce31751
* string concat changed from function to procedure to
|
19 лет назад |
florian
|
0ade2e487d
* cleaned up and fixed (from mftq75) sse unit initialization, fixes #7268
|
19 лет назад |
florian
|
b24388da8d
* fix comparedword, fixes #7143
|
19 лет назад |
florian
|
81b98c9d82
+ added more ebx saving to cpuid invocations
|
19 лет назад |