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

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

static __inline float _asinhf(float x)
{
  return spu_extract(_asinhf4(spu_promote(x, 0)), 0);
}