Implementation of log2 function in m68k assembler

This commit is contained in:
Ulrich Drepper 1997-03-25 01:33:30 +00:00
parent 3eb7704ced
commit 4a900bdbca
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#define FUNC log2
#include <s_atan.c>

View File

@ -0,0 +1,2 @@
#define FUNC log2f
#include <s_atanf.c>

View File

@ -0,0 +1,2 @@
#define FUNC log2l
#include <s_atanl.c>