clMathLibraries / clBLAS

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

Support for altivec on powerpc64 P8 systems #260

Closed tfauck closed 8 years ago

tfauck commented 8 years ago

Powerpc64 P8 and upper systems include altivec vector capabilities. Compilation requires to disable the bool defintion not properly translated as well as the mismatch with the vector name now being a reserved keyword.


This change is Reviewable

kknox commented 8 years ago

Hi @tfauck Thank you for your contribution. I would like you to target our /develop branch instead of master; each merge into master is a new release for us.
Also, I'm noticing that my automated travis/appveyor builds are not kicking off. Curious...