pitrou commented on a change in pull request #10016:
URL: https://github.com/apache/arrow/pull/10016#discussion_r613421660
##########
File path: cpp/src/arrow/compute/kernels/scalar_arithmetic.cc
##########
@@ -233,6 +235,43 @@ struct DivideChecked {
}
};
+struct Negate {
+ template <typename T, typename Arg0>
+ // NOTE [EPM]: Discuss on 0 vs. -0.
Review comment:
There is nothing to coerce indeed, the FPU should do its job correctly.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]