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 b6f2fd0 commit b15e2ffCopy full SHA for b15e2ff
sycl/include/sycl/ext/intel/experimental/esimd/math.hpp
@@ -1731,7 +1731,8 @@ __ESIMD_API __ESIMD_NS::simd<T, N> dpasw2(
1731
/// @{
1732
1733
/// This enum is used to encode all possible logical operations performed
1734
-/// on 3 input operand. It is used as a template argument of bfn() function.
+/// on the 3 input operands. It is used as a template argument of the bfn()
1735
+/// function.
1736
/// Example: d = bfn<~bfn_t::x & ~bfn_t::y & ~bfn_t::z>(s0, s1, s2);
1737
enum class bfn_t : uint8_t { x = 0xAA, y = 0xCC, z = 0xF0 };
1738
0 commit comments