summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/tanhf.h
blob: 545b073fe919762b3fbd4cdd5b67101997973e87 (plain)
1
2
3
4
5
6
#include "headers/tanhf4.h"

static __inline float _tanhf(float x)
{
  return spu_extract(_tanhf4(spu_promote(x, 0)), 0);
}