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

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

static __inline double _acos(double x)
{
  return spu_extract(_acosd2(spu_promote(x, 0)), 0);
}