KhronosGroup/SYCL_Reference

[ Table 109] Issue with space after comma

Opened this issue · 1 comments

In Hidden friend function Table 109 missing space after comma in several desctriptions :

e.g:
Where OP is: +=, -=,*=, /=, %=, <<=, >>=, &=, |=, ^=.

Maybe this should be worth to fixing in spec.

BR,
Marko

Also similar issue seen in Table 114.
Additionally Table 114 could be consistent with Table 109 in comma separator after bool word :
If the operator returns a bool, the result is the cast to size_t.
If the operator returns a bool the result is the cast to size_t.