[compiler-rt] Add extendhfxf2 into compiler rt (PR #113897)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 11:20:01 PST 2024


================
@@ -0,0 +1,71 @@
+// RUN: %clang_builtins %s %librt -o %t && %run %t
+// REQUIRES: librt_has_extendhfxf2
----------------
arichardson wrote:

Not needed with the correct #if guard.

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


More information about the llvm-commits mailing list