Ignore:
File:
1 edited

Legend:

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

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