[clang] [llvm] [clang][NVPTX] Add missing half-precision add/mul/fma intrinsics (PR #170079)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 3 08:45:39 PST 2025


================
@@ -1578,6 +1596,17 @@ let TargetPrefix = "nvvm" in {
     }
   }
 
+  //
+  // Mul
+  //
+  foreach ftz = ["", "_ftz"] in {
----------------
AlexMaclean wrote:

Put these with the other multiplication intrinsics. 

https://github.com/llvm/llvm-project/pull/170079


More information about the llvm-commits mailing list