[clang] [llvm] [HLSL][DXIL] Implement `refract` intrinsic (PR #136026)

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 05:11:17 PDT 2025


================
@@ -147,7 +147,7 @@ template <typename T> constexpr vector<T, 4> lit_impl(T NDotL, T NDotH, T M) {
   return Result;
 }
 
-} // namespace __detail
+} // namespace __dETAil
----------------
farzonl wrote:

fix this too

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


More information about the cfe-commits mailing list