Changeset e6a40ac in mainline for softfloat/include/div.h


Ignore:
Timestamp:
2006-02-10T02:40:49Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e979fea
Parents:
1a030b8
Message:

64bit float division added.
Some bugs fixed in 64bit multiplication and adding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/include/div.h

    r1a030b8 re6a40ac  
    3131
    3232float32 divFloat32(float32 a, float32 b);
     33float64 divFloat64(float64 a, float64 b);
    3334
     35__u64 divFloat64estim(__u64 a, __u64 b);
    3436#endif
    3537
Note: See TracChangeset for help on using the changeset viewer.