[clang] [llvm] [HLSL] Implementation of the frac intrinsic (PR #83315)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 28 11:11:46 PST 2024


================
@@ -0,0 +1,27 @@
+
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm -disable-llvm-passes -verify -verify-ignore-unexpected
+
----------------
farzonl wrote:

error: 1st argument must be a vector, integer or floating point type (was 'A')

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


More information about the cfe-commits mailing list