This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
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 năm trước cách đây
mục cha
ad08395cde
commit
c35e0bf712
1 tập tin đã thay đổi
với
0 bổ sung
và
1 xóa
View chưa được định nghĩa
Hiển thị tình trạng sai khác
0
1
rtl/i386/math.inc
+ 0
- 1
rtl/i386/math.inc
Xem Tập Tin
@@ -144,7 +144,6 @@
faddp %st,%st(1)
faddp %st,%st(1)
fscale
fscale
fstp %st(1)
fstp %st(1)
- fclex
end;
end;