Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #include<libc/asm.h>
  2. MK_C_SYM(copysignf)
  3.         movl    8(%esp),%edx
  4.         andl    $0x80000000,%edx
  5.         movl    4(%esp),%eax
  6.         andl    $0x7fffffff,%eax
  7.         orl     %edx,%eax
  8.         movl    %eax,4(%esp)
  9.         flds    4(%esp)
  10.         ret
  11.