clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

Use .s[0] instead of .x in example_ctrsm.c #309

Closed cirosantilli closed 7 years ago

cirosantilli commented 7 years ago

.s is more portable, and .x does not work with -std=c99 which does not have anonymous structs.

Fix #307.

tingxingdong commented 7 years ago

Hi, Can you make a pull request to develop branch instead of master one?

tingxingdong commented 7 years ago

I have revert the pull request (which into master one)

cirosantilli commented 7 years ago

Ah sorry: https://github.com/clMathLibraries/clBLAS/pull/313