[clang] [HLSL][clang] Add elementwise builtin for atan2 (p3) (PR #110187)
    Tex Riddell via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Oct  1 10:40:27 PDT 2024
    
    
  
================
@@ -0,0 +1,7 @@
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -DTEST_FUNC=__builtin_elementwise_atan2
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -DTEST_FUNC=__builtin_elementwise_pow
+
----------------
tex3d wrote:
Sorry, I updated that one here.  Is that ok?
https://github.com/llvm/llvm-project/pull/110187
    
    
More information about the cfe-commits
mailing list