clMathLibraries / clSPARSE

a software library containing Sparse functions written in OpenCL
Apache License 2.0
173 stars 60 forks source link

Add support for AltiVec. #202

Closed ghisvail closed 7 years ago

ghisvail commented 7 years ago

Just forwarding a downstream patch which enables builds of clSPARSE on PowerPC architectures.

It is fairly standard fix, whereby the conflicting bool and vector macros defined in the AltiVec headers are unset after inclusion to avoid conflict with the regular types of the standard library.

pavanky commented 7 years ago

@ghisvail Slightly off topic, but is there an OpenCL implementation for AltiVec ?