Skip to content

Commit

Permalink
Merge pull request #570 from gmlueck/gmlueck/vec-table-fix
Browse files Browse the repository at this point in the history
Fix Asciidoc error in vec table
  • Loading branch information
gmlueck authored Jun 27, 2024
1 parent 132587c commit e977e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17589,7 +17589,7 @@ a@
----
vec<RET, NumElements> operatorOP(const DataT& lhs, const vec& rhs)
----
Construct a new instance of the SYCL [code]#vec# class template with
a@ Construct a new instance of the SYCL [code]#vec# class template with
the same template parameters as the [code]#rhs# SYCL [code]#vec#
with each element of the new SYCL [code]#vec# instance the result of
an element-wise [code]#OP# logical operation between the [code]#lhs# scalar and each element of the [code]#rhs# SYCL [code]#vec#.
Expand Down

0 comments on commit e977e2e

Please sign in to comment.