This website works better with JavaScript
Home
Explore
Help
Sign In
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
correct rounding for i387 sqrtf function
Rich Felker
13 years ago
parent
291f839a44
commit
e0a54e6725
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/math/i386/sqrtf.s
+ 2
- 0
src/math/i386/sqrtf.s
View File
@@ -2,4 +2,6 @@
.type sqrtf,@function
sqrtf: flds 4(%esp)
fsqrt
+ fstps 4(%esp)
+ flds 4(%esp)
ret