Skip to content

Commit

Permalink
Editorial fix in vector section
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kinsner authored Dec 20, 2023
1 parent 55e878f commit 23e6717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16937,8 +16937,8 @@ The vector supports member functions that allow construction of a new vector
from a swizzled set of component elements.

[code]#vec<typename _DataT_, int _NumElements_># is a vector type that compiles
down to a <<backend>> built-in vector types on SYCL devices, where possible, and
provides compatible support on the host or when it is not possible.
down to a <<backend>> built-in vector type on SYCL devices, where possible, and
provides compatible support on the host when not possible.
The [code]#vec# class is templated on its number of elements and its element
type.
The number of elements parameter, _NumElements_, can be one of: 1, 2, 3, 4, 8 or 16.
Expand Down

0 comments on commit 23e6717

Please sign in to comment.