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

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

static __inline float _logbf(float x)
{
  return spu_extract(_logbf4(spu_promote(x, 0)), 0);
}