Displaying 2 results from an estimated 2 matches for "31ca1ce2".
2018 Jul 26
3
RFC: What is the real behavior for the minnum/maxnum intrinsics?
...nicalize each argument first. Pre-AVX-512, this is also compare + min/max + select.
Someone else will need to provide details for other arches.
– Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180726/31ca1ce2/attachment.html>
2018 Jul 23
2
RFC: What is the real behavior for the minnum/maxnum intrinsics?
Hi,
The specification for the llvm.minnum/llvm.maxnum intrinsics is too unclear right now to usefully optimize. There are two problems. First the expected behavior for signaling NaNs needs to be clarified. Second, whether the returned value is expected to be canonicalized (as if by llvm.canonicalize).
Currently according to the LangRef:
Follows the IEEE-754 semantics for minNum, which also