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

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

static __inline float _expm1f(float vx)
{
  return spu_extract(_expm1f4(spu_promote(vx, 0)), 0);
}