File:  [DVB] / dietlibc / i386 / sqrtl.S
Revision 1.1: download - view: text, annotated - select for diffs
Mon Sep 3 13:09:29 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
more md5 optimizations, add a few IPv6 constants, and add high precision
square root on x86

.text
.type   sqrtl,@function
.global sqrtl
sqrtl:
        fldt   4(%esp)
        fsqrt
        ret

.ende:
.size    sqrtl,.ende-sqrtl


LinuxTV legacy CVS <linuxtv.org/cvs>