[PATCH] D112932: Use llvm.is_fpclass to implement FP classification functions
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 6 05:38:22 PST 2023
arsenm added inline comments.
================
Comment at: clang/include/clang/Basic/Builtins.def:482-484
+BUILTIN(__builtin_issubnormal, "i.", "FnctE")
+BUILTIN(__builtin_iszero, "i.", "FnctE")
+BUILTIN(__builtin_issignaling, "i.", "FnctE")
----------------
Sorry, I should have clarified, all the new builtins should be added separately from the change of the implementation of the existing builtins
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112932/new/
https://reviews.llvm.org/D112932
More information about the cfe-commits
mailing list