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

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

static __inline float _coshf(float x)
{
  return spu_extract(_coshf4(spu_promote(x, 0)), 0);
}