From c3e03f1c572317f1e3664305fdaba92434b657c4 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Sun, 14 Oct 2012 09:38:06 +0200 Subject: [PATCH] improve polar optimisation --- libsharp/sharp_ylmgen_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsharp/sharp_ylmgen_c.h b/libsharp/sharp_ylmgen_c.h index ea58c72..144bc96 100644 --- a/libsharp/sharp_ylmgen_c.h +++ b/libsharp/sharp_ylmgen_c.h @@ -36,7 +36,7 @@ extern "C" { #endif -enum { sharp_minscale=-8, sharp_limscale=-3, sharp_maxscale=5 }; +enum { sharp_minscale=-10, sharp_limscale=0, sharp_maxscale=2 }; static const double sharp_fbig=0x1p+90,sharp_fsmall=0x1p-90; typedef struct { double f[2]; } sharp_ylmgen_dbl2;