Print this page
5261 libm should stop using synonyms.h

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libm/amd64/src/floorl.s
          +++ new/usr/src/lib/libm/amd64/src/floorl.s
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  /*
  25   25   * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  26   26   * Use is subject to license terms.
  27   27   */
  28   28  
  29   29          .file   "floorl.s"
  30   30  
  31   31  #include "libm.h"
  32   32  LIBM_ANSI_PRAGMA_WEAK(ceill,function)
  33   33  LIBM_ANSI_PRAGMA_WEAK(floorl,function)
  34      -#include "libm_synonyms.h"
  35   34  
  36   35          ENTRY(ceill)
  37   36          subq    $16,%rsp
  38   37          fstcw   (%rsp)
  39   38          fldt    24(%rsp)
  40   39          movw    (%rsp),%cx
  41   40          orw     $0x0c00,%cx
  42   41          xorw    $0x0400,%cx
  43   42          movw    %cx,4(%rsp)
  44   43          fldcw   4(%rsp)                 / set RD = up
↓ open down ↓ 37 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX