Idein / qmkl6

BLAS library for VideoCore VI QPU (Raspberry Pi 4)
BSD 3-Clause "New" or "Revised" License
66 stars 7 forks source link

error in installation #17

Closed Hamidreza-Ramezani closed 2 years ago

Hamidreza-Ramezani commented 2 years ago

Hello all,

I'm trying to install your library. I encountered the following error. Do you possibly know any workaround? Thanks!

/home/ubuntu/qmkl6/test/fft.cpp:120:13: error: explicit specialization in non-namespace scope ‘class fft_stockham<radix, T>’
  120 |   template <>
Hamidreza-Ramezani commented 2 years ago

BTW, My gcc supports C++17.

notogawa commented 2 years ago

A recent gcc rejects current code. This branch will fix the error.

Hamidreza-Ramezani commented 2 years ago

Thanks for the update.