Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include<libc/asm.h>
  2. MK_C_SYM(finite)
  3.         movl    8(%esp),%eax
  4.         andl    $0x7ff00000, %eax
  5.         cmpl    $0x7ff00000, %eax
  6.         setne   %al
  7.         andl    $0x000000ff, %eax
  8.         ret
  9.