mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 20:09:21 +08:00
7 lines
124 B
C
7 lines
124 B
C
|
#include "headers/logbf4.h"
|
||
|
|
||
|
static __inline float _logbf(float x)
|
||
|
{
|
||
|
return spu_extract(_logbf4(spu_promote(x, 0)), 0);
|
||
|
}
|