1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00

Initial revision

This commit is contained in:
Roland McGrath
1989-09-02 08:47:33 +00:00
parent 8fc3406de3
commit 37b45064f6
4 changed files with 12 additions and 0 deletions

3
sysdeps/m68k/fpu/exp.c Normal file
View File

@@ -0,0 +1,3 @@
#define FUNC exp
#define OP etox
#include "acos-68881.c"

3
sysdeps/m68k/fpu/fabs.c Normal file
View File

@@ -0,0 +1,3 @@
#define FUNC fabs
#define OP abs
#include "acos-68881.c"

3
sysdeps/m68k/fpu/floor.c Normal file
View File

@@ -0,0 +1,3 @@
#define FUNC floor
#define OP intrz
#include "acos-68881.c"

3
sysdeps/m68k/fpu/log.c Normal file
View File

@@ -0,0 +1,3 @@
#define FUNC log
#define OP logn
#include "acos-68881.c"