Print this page
5262 libm needs to be carefully unifdef'd
5268 libm doesn't need to hide symbols which are already local
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Gordon Ross <gwr@nexenta.com>
Approved by: Gordon Ross <gwr@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libmvec/common/vis/__vsin_ultra3.S
          +++ new/usr/src/lib/libmvec/common/vis/__vsin_ultra3.S
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22   * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  23   23   */
  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   "__vsin_ultra3.S"
  30   30  
  31   31  #include "libm.h"
  32      -#if defined(LIBMVEC_SO_BUILD)
  33   32          .weak   __vsin
  34   33          .type   __vsin,#function
  35   34          __vsin = __vsin_ultra3
  36      -#endif
  37   35  
  38   36          RO_DATA
  39   37          .align  64
  40   38  constants:
  41   39          .word   0x42c80000,0x00000000   ! 3 * 2^44
  42   40          .word   0x43380000,0x00000000   ! 3 * 2^51
  43   41          .word   0x3fe45f30,0x6dc9c883   ! invpio2
  44   42          .word   0x3ff921fb,0x54442c00   ! pio2_1
  45   43          .word   0x3d318469,0x898cc400   ! pio2_2
  46   44          .word   0x3a71701b,0x839a2520   ! pio2_3
↓ open down ↓ 3386 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX