clMathLibraries / clFFT

a software library containing FFT functions written in OpenCL
Apache License 2.0
620 stars 192 forks source link

Fixes for cross-compilation #245

Closed juliohm closed 1 year ago

juliohm commented 2 years ago

This PR fixes a couple of issues with the build on different platforms.

  1. The options -m64 and -m32 are not allowed in some platforms. By removing them I managed to build the project successfully in aarch64 for example: https://stackoverflow.com/a/72546887/2539623
  2. The C++ standard was not specified, causing errors in platforms such as MacOS
juliohm commented 1 year ago

ping