Ignore:
File:
1 edited

Legend:

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

    r58563585 rd9be488  
    2727#
    2828
    29 #include <abi/asmtool.h>
    3029#include <libarch/x87.h>
    3130
    3231.text
    3332
    34 FUNCTION_BEGIN(cos_f64)
     33.global cos
     34
     35cos:
    3536        # compute cosine (no stack frame)
    3637       
     
    5960                jnz reduce
    6061       
    61         fstp %st(1)
     62        fstpl %st(1)
    6263        fcos
    6364       
    6465        ret
    65 FUNCTION_END(cos_f64)
Note: See TracChangeset for help on using the changeset viewer.