summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/coshf.h
blob: ae13482ba152eb1d52c7e66fad1f1c9f587889d5 (plain)
1
2
3
4
5
6
#include "headers/coshf4.h"

static __inline float _coshf(float x)
{
  return spu_extract(_coshf4(spu_promote(x, 0)), 0);
}