Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tanhf.h « headers « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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);
}