This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
correct rounding for i387 sqrtf function
Rich Felker
13 năm trước cách đây
mục cha
291f839a44
commit
e0a54e6725
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
src/math/i386/sqrtf.s
+ 2
- 0
src/math/i386/sqrtf.s
Xem Tập Tin
@@ -2,4 +2,6 @@
.type sqrtf,@function
sqrtf: flds 4(%esp)
fsqrt
+ fstps 4(%esp)
+ flds 4(%esp)
ret