[PATCH] Remove slow paths from pow

Joseph Myers joseph@codesourcery.com
Sat Feb 10 01:28:00 GMT 2018


On Fri, 9 Feb 2018, Wilco Dijkstra wrote:

> +	   Since RElog/REexp are tiny and log (x) * y is at most log (DLB_MAX),

s/DLB_MAX/DBL_MAX/

> +	   this is equiivalent to pow (x, y) * (1 + 709.8 * RElog + REexp).

s/equiivalent/equivalent/

OK with those changes.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list