From fd4e1324fef445e4a04b615327282ecbe6a9b8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 11 Mar 2006 20:51:46 +0000 Subject: moved definitions of float-intrinsics for osX<10.3 to iemmatrix.h svn path=/trunk/externals/iem/iemmatrix/; revision=4693 --- src/mtx_pow.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/mtx_pow.c') diff --git a/src/mtx_pow.c b/src/mtx_pow.c index f8b0212..639b7d0 100644 --- a/src/mtx_pow.c +++ b/src/mtx_pow.c @@ -16,14 +16,6 @@ /* mtx_.^ */ /* LATER: do a mtx_pow, mtx_^ */ -#ifdef __APPLE__ -/* there is no such thing like powf on apple... */ -static inline float powf (float v, float p) -{ - return (float) pow((double)v, (double) p); -} -#endif /* __APPLE__ */ - static t_class *mtx_powelement_class, *mtx_powscalar_class; static void mtx_powelement_matrix(t_mtx_binmtx *x, t_symbol *s, int argc, t_atom *argv) -- cgit v1.2.1