This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
riscv
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
correct rounding for i387 sqrtf function
rs-1.0
Rich Felker
14 years ago
parent
291f839a44
commit
e0a54e6725
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
src/math/i386/sqrtf.s
2
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
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
riscv/musl
Title
Body
Create Issue