Changeset 5a95b25 in mainline for arch/mips32/src/fmath.c


Ignore:
Timestamp:
2005-12-13T11:23:14Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91ef0d95
Parents:
5bb8e45
Message:

Cleanups to make it compile with -Wall. Did not catch everything yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/fmath.c

    r5bb8e45 r5a95b25  
    4444double fmath_get_decimal_exponent(double num)
    4545{       //TODO:
    46         double value;
     46//      double value;
    4747        // log10(2)*log2(x) => log10(x)
    4848/*      __asm__ __volatile__ ( \
     
    5151        "fyl2x          #count st(0)*log2(st(1))->st(1); pop st(0)      \n\t" \
    5252        : "=t" (value) : "0"(num) );
    53 */      return value;
     53*/      return 1.0;
    5454       
    5555}
Note: See TracChangeset for help on using the changeset viewer.