This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
- removed fclex at the end of fpc_exp_real because it makes that routine 10+
times slower on P4/Athlon XP cpus, and removing it does not cause any test
suite regressions
git-svn-id: trunk@10284 -
Jonas Maebe
17 years ago
parent
ad08395cde
commit
c35e0bf712
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
rtl/i386/math.inc
+ 0
- 1
rtl/i386/math.inc
View File
@@ -144,7 +144,6 @@
faddp %st,%st(1)
faddp %st,%st(1)
fscale
fscale
fstp %st(1)
fstp %st(1)
- fclex
end;
end;