jmalkin opened a new pull request, #339: URL: https://github.com/apache/datasketches-cpp/pull/339
Was playing with compiler warning flags and it pointed out that we were calling the integer abs() on float values, so I decided to ensure we're using std::abs() globally, even where we had fabs() before. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
