Changeset e6f5766 in mainline for uspace/lib/math/include/trunc.h


Ignore:
Timestamp:
2015-09-05T10:11:40Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9adb61d
Parents:
01cdd5a
Message:

Use floatN_t types in generic function interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/math/include/trunc.h

    r01cdd5a re6f5766  
    3838#include <mathtypes.h>
    3939
    40 extern float32 trunc_float32(float32);
    41 extern float64 trunc_float64(float64);
     40extern float32_t float32_trunc(float32_t);
     41extern float64_t float64_trunc(float64_t);
    4242
    4343#endif
Note: See TracChangeset for help on using the changeset viewer.