IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2015, 10:24:47 AM (11 years ago)
Author:
eugene
Message:

try frexp instead of log & pow in sprintf_float,double (not an improvement)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/Makefile

    r39040 r39058  
    5151$(SRC)/errors.$(ARCH).o  \
    5252$(SRC)/gprint.$(ARCH).o  \
    53 $(SRC)/print_floats.$(ARCH).o    \
     53$(SRC)/sprintf_floats.$(ARCH).o  \
    5454$(SRC)/version.$(ARCH).o
    5555
     
    6565$(DESTLIB)/libohana.$(DLLTYPE): $(LIB)/libohana.$(ARCH).$(DLLTYPE)
    6666
    67 TESTPROG = print_floats
     67TESTPROG = sprintf_floats
    6868# TESTPROG = memtest typetest string
    6969
Note: See TracChangeset for help on using the changeset viewer.