[clang] [HLSL] Implementation of the fmod intrinsic (PR #108849)

Zhengxing li via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 24 14:57:54 PDT 2024


================
@@ -0,0 +1,79 @@
+// DirectX target:
+//
+// ---------- Native Half support test -----------
+//
+// RUN: %clang_cc1 -finclude-default-header -x hlsl -triple \
+// RUN:   dxil-pc-shadermodel6.3-library %s -fnative-half-type \
+// RUN:   -emit-llvm -disable-llvm-passes -o - | FileCheck %s \
+// RUN:   --check-prefixes=CHECK \
----------------
lizhengxing wrote:

Done.

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


More information about the cfe-commits mailing list