Print this page
libmvec: further unifdef'ing (LIBMVEC_SO_BUILD)

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libmvec/common/vis/__vlog_ultra3.S
          +++ new/usr/src/lib/libmvec/common/vis/__vlog_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   "__vlog_ultra3.S"
  30   30  
  31   31  #include "libm.h"
  32      -#if defined(LIBMVEC_SO_BUILD)
  33   32          .weak   __vlog
  34   33          .type   __vlog,#function
  35   34          __vlog = __vlog_ultra3
  36      -#endif
  37   35  
  38   36  /*
  39   37   * ELEVENBIT table and order 5 POLYNOMIAL no explicit correction t
  40   38   */
  41   39  
  42   40          RO_DATA
  43   41          .align  64
  44   42  !! this is a new 11 bit table.
  45   43  TBL:
  46   44          .word   0xbfd522ae,     0x0738a000
↓ open down ↓ 2859 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX