On 02/04/2020 15:55, Kwok Cheung Yeung wrote:
Hello
This patch adds support for the unordered floating-point comparison
operators (UNEQ, UNGE, UNGT, UNLE, UNLT), which return true if one of
the operands is a NaN. These comparisons can be generated by builtins
such as __builtin_isgreater.
GC
Hello
This patch adds support for the unordered floating-point comparison operators
(UNEQ, UNGE, UNGT, UNLE, UNLT), which return true if one of the operands is a
NaN. These comparisons can be generated by builtins such as __builtin_isgreater.
GCC 10 appears to have a fall-back if the unordere