Skip to content

Commit

Permalink
Merge pull request #480 from AlexeySachkov/private/asachkov/align-log…
Browse files Browse the repository at this point in the history
…ical-vec-operators-restrictions

Align description of logical `vec` operator overloads
  • Loading branch information
gmlueck authored Dec 7, 2023
2 parents 1b270b2 + 466e447 commit be2e973
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17503,8 +17503,6 @@ a@
----
vec<RET, NumElements> operatorOP(const DataT& lhs, const vec& rhs)
----
a@ Available only when: [code]#DataT != float && DataT != double && DataT != half#.

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
Expand Down

0 comments on commit be2e973

Please sign in to comment.