Implementation of exp2 function in m68k assembler

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

View File

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

View File

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

View File

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