We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aff536 commit f8f728aCopy full SHA for f8f728a
clang/lib/Headers/hlsl/hlsl_intrinsics.h
@@ -253,9 +253,9 @@ bool all(double4);
253
// and builtins
254
//===----------------------------------------------------------------------===//
255
256
-// \fn bool and(bool x, bool y)
257
-// \brief Logically ands two boolean vectors elementwise and produces a bool
258
-// vector output.
+/// \fn bool and(bool x, bool y)
+/// \brief Logically ands two boolean vectors elementwise and produces a bool
+/// vector output.
259
260
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_and)
261
bool and (bool x, bool y);
0 commit comments