[clang] [HLSL] Implement the `ldexp` intrinsic (PR #138182)
Deric C. via cfe-commits
cfe-commits at lists.llvm.org
Thu May 1 17:48:22 PDT 2025
================
@@ -0,0 +1,49 @@
+// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple dxil-pc-shadermodel6.3-library %s -fnative-half-type -emit-llvm -disable-llvm-passes -o - | FileCheck %s
----------------
Icohedron wrote:
Yea, to be consistent if nothing else.
https://github.com/llvm/llvm-project/pull/138182
More information about the cfe-commits
mailing list