this repo has no description
1/*
2 * Adapted from original written by J.T. Conklin <jtc@netbsd.org>.
3 * Public domain.
4 *
5 * by Ian Ollmann, Apple Computer 2006
6 */
7
8#include <machine/asm.h>
9
10#include "abi.h"
11
12RCSID("$NetBSD: s_atan.S,v 1.5 2001/06/19 00:26:30 fvdl Exp $")
13
14ENTRY(atanl)
15 fldt FIRST_ARG_OFFSET(STACKP)
16 fld1
17 fpatan
18 ret