[PATCH] D155546: [clang][Interp] Implement __builtin_fmin
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 27 21:39:42 PDT 2023
tbaeder added a comment.
Thanks for the info @jcranmer-intel.
I see that the current intepreter doesn't check this for `__builtin_fmin`(GCC does) either, but it does error out for e.g. `__builtin_nan("") + 1` (GCC doesn't).
@aaron.ballman I'd like to handle that in a separate patch where I also handle regular floating point operations.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155546/new/
https://reviews.llvm.org/D155546
More information about the cfe-commits
mailing list