Skip to content

Commit

Permalink
remove an extra character in an OpenCL C example (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed May 21, 2024
1 parent 0483627 commit 6c8fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ For example:
----------
float8 vf;

float *f = &vf.x; m // is illegal
float *f = &vf.x; // is illegal
float2 *f2 = &vf.s07; // is illegal

float4 *odd = &vf.odd; // is illegal
Expand Down

0 comments on commit 6c8fcb4

Please sign in to comment.