Changeset 58e7b26 in mainline for uspace/lib/c/include/math.h


Ignore:
Timestamp:
2018-08-31T19:10:47Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be34d6f
Parents:
bbe5e34
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-04-20 18:54:48)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-31 19:10:47)
Message:

Make uspace hosted.

File:
1 edited

Legend:

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

    rbbe5e34 r58e7b26  
    4949#define M_SQRT2     1.41421356237309504880
    5050#define M_SQRT1_2   0.70710678118654752440
     51
     52/* GNU extensions, but GCC emits calls to them as an optimization. */
     53void sincos(double, double *, double *);
     54void sincosf(float, float *, float *);
     55void sincosl(long double, long double *, long double *);
    5156
    5257#endif
Note: See TracChangeset for help on using the changeset viewer.