From 170f08d4b16e8a24d5a07378582eba542f7e8844 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Mon, 13 Feb 2006 10:55:14 +0000 Subject: Add _mesa_atanf and _mesa_asinf functions. --- src/mesa/main/imports.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/imports.h') diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index f8c0d7cd63..c698312944 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -2,7 +2,7 @@ * Mesa 3-D graphics library * Version: 6.5 * - * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -632,6 +632,12 @@ _mesa_sin(double a); extern double _mesa_cos(double a); +extern float +_mesa_asinf(float x); + +extern float +_mesa_atanf(float x); + extern double _mesa_sqrtd(double x); -- cgit v1.2.3