================
@@ -126,6 +126,24 @@ template <typename T> constexpr vector<T, 4> lit_impl(T
NDotL, T NDotH, T M) {
return Result;
}
+template <typename T> constexpr T faceforward_impl(T N, T I, T Ng) {
----------------
kmpeng wrote:You're right. Removed vector implementation https://github.com/llvm/llvm-project/pull/135878 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
