p12tic / libsimdpp

Portable header-only C++ low level SIMD library
Boost Software License 1.0
1.24k stars 129 forks source link

Fix for gcc 9.2, the constructor being explicit, must be explicitely … #141

Closed abique closed 4 years ago

abique commented 5 years ago

…called.

abique commented 5 years ago

I forgot to mention that this is needed if you compile with C++17.

p12tic commented 4 years ago

Thanks, and sorry for the delay in reviewing.