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

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

static __inline float _acosf(float x)
{
  return spu_extract(_acosf4(spu_promote(x, 0)), 0);
}