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

atanhf.h « headers « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e21dfefd1a8b839b955bc1246898742b5f4d569a (plain)
1
2
3
4
5
6
#include "headers/atanhf4.h"

static __inline float _atanhf(float x)
{
  return spu_extract(_atanhf4(spu_promote(x, 0)), 0);
}