Skip to content

Commit b15e2ff

Browse files
committed
Correct typos
1 parent b6f2fd0 commit b15e2ff

File tree

1 file changed

+2
-1
lines changed
  • sycl/include/sycl/ext/intel/experimental/esimd

1 file changed

+2
-1
lines changed

sycl/include/sycl/ext/intel/experimental/esimd/math.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,8 @@ __ESIMD_API __ESIMD_NS::simd<T, N> dpasw2(
17311731
/// @{
17321732

17331733
/// 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.
1734+
/// on the 3 input operands. It is used as a template argument of the bfn()
1735+
/// function.
17351736
/// Example: d = bfn<~bfn_t::x & ~bfn_t::y & ~bfn_t::z>(s0, s1, s2);
17361737
enum class bfn_t : uint8_t { x = 0xAA, y = 0xCC, z = 0xF0 };
17371738

0 commit comments

Comments
 (0)