[llvm] [LLVM] Add FP instruction intrinsics (PR #193588)
Princeton Ferro via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 02:58:48 PDT 2026
================
@@ -30256,6 +30277,659 @@ Semantics:
This function returns the same values as the libm ``trunc`` functions
would and handles error conditions in the same way.
+.. _fpintrin:
+
+FP Arithmetic Intrinsics
+------------------------
+
+These intrinsics are intrinsic variants of the standard floating-point
----------------
Prince781 wrote:
Fixed: replaced the instruction list with a simple phrase "the standard floating-point instructions" without enumerating them.
https://github.com/llvm/llvm-project/pull/193588
More information about the llvm-commits
mailing list