correct rounding for i387 sqrtf function

This commit is contained in:
Rich Felker
2012-03-13 22:15:52 -04:00
parent 291f839a44
commit e0a54e6725
+2
View File
@@ -2,4 +2,6 @@
.type sqrtf,@function
sqrtf: flds 4(%esp)
fsqrt
fstps 4(%esp)
flds 4(%esp)
ret