Re: [PATCH] Typo in libm code

2019-11-07 Thread Brooks Davis
On Thu, Nov 07, 2019 at 10:45:43AM -0800, Steve Kargl wrote:
> This patch
> 
> https://cvsweb.openbsd.org/src/lib/libm/src/ld80/k_sincosl.h?sortby=date
> 
> is applicable to FreeBSD.
> 
> Index: src/k_sincosl.h
> ===
> --- src/k_sincosl.h   (revision 353571)
> +++ src/k_sincosl.h   (working copy)
> @@ -28,8 +28,8 @@
>  #define  C1  ((long double)C1hi + C1lo)
>  #else
>  static const long double
> -C1 =  0.041136L; /*  0xaa9b.0p-68 */
> -S1 = -0.16671L,  /* -0xaaab.0p-66 */
> +C1 =  0.041136L, /*  0xaa9b.0p-68 */
> +S1 = -0.16671L;  /* -0xaaab.0p-66 */
>  #endif
>  
>  static const double

Committed in r354467.

-- Brooks


signature.asc
Description: PGP signature


[PATCH] Typo in libm code

2019-11-07 Thread Steve Kargl
This patch

https://cvsweb.openbsd.org/src/lib/libm/src/ld80/k_sincosl.h?sortby=date

is applicable to FreeBSD.

Index: src/k_sincosl.h
===
--- src/k_sincosl.h (revision 353571)
+++ src/k_sincosl.h (working copy)
@@ -28,8 +28,8 @@
 #defineC1  ((long double)C1hi + C1lo)
 #else
 static const long double
-C1 =  0.041136L;   /*  0xaa9b.0p-68 */
-S1 = -0.16671L,/* -0xaaab.0p-66 */
+C1 =  0.041136L,   /*  0xaa9b.0p-68 */
+S1 = -0.16671L;/* -0xaaab.0p-66 */
 #endif
 
 static const double

-- 
Steve
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"