Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libm / machine / spu / log2.c
blob9bbb31de229e32341be5e7a6af51431a7e607113
1 #include <math.h>
2 #include "headers/log2.h"
4 #undef log2
5 double log2(double vx)
7 return _log2(vx);