Commit abc8ddc
Fix error in GCC 8.3: cl_float* -> float* using static_cast is invalid
* using renterpret_cast instead. This shouldn't be required but its
an easy workaround1 parent 9d4cec2 commit abc8ddc
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments