Ignore:
File:
1 edited

Legend:

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

    r3b0f1b9a 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        pushq %rbp
    3637        movq %rsp, %rbp
     
    7677        leave
    7778        retq
    78 FUNCTION_END(cos_f64)
Note: See TracChangeset for help on using the changeset viewer.