Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/math/arch/ia32/src/sin.S

    rd9be488 r321a8e6  
    2727#
    2828
     29#include <abi/asmtool.h>
    2930#include <libarch/x87.h>
    3031
    3132.text
    3233
    33 .global sin
    34 
    35 sin:
     34FUNCTION_BEGIN(sin_f64)
    3635        # compute sine (no stack frame)
    3736       
     
    6059                jnz reduce
    6160       
    62         fstpl %st(1)
     61        fstp %st(1)
    6362        fsin
    6463       
    6564        ret
     65FUNCTION_END(sin_f64)
     66
Note: See TracChangeset for help on using the changeset viewer.