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

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

static __inline float _acoshf(float x)
{
  return spu_extract(_acoshf4(spu_promote(x, 0)), 0);
}