Povilas Kanapickas
Povilas Kanapickas
Split off https://github.com/p12tic/libsimdpp/issues/108.
Thanks for the bug report! > Equivalent operation involves &, shouldn't it be | instead? Fixed in e9311e718cf8c4a190e7fdd4b2ddd3b882ee48bb. > Title says insert, signature says extract Fixed in 87346665f251e06b6ab2d95ab98f4f00522062fe. > Title...
I think it's a good idea, thanks. Currently, only compiling for multiple architectures at once is abstracted to `simdpp_multiarch` macro. If users just want to compile for single architecture, they're...
Sorry for the late reply. If you can make something like this work: add_library(simdpp_avx2 INTERFACE) target_include_directories(simdpp "simdpp") That would be greatly appreciated.
Hi, There are plans to add both precise and approximate versions of various mathematical functions. The list of functions is at least what C++ provides in the [`cmath` header](http://en.cppreference.com/w/cpp/numeric/math), initially...
Forgot to mention that there's several more people interested in math functions, though I don't know how much time they will be able contribute. To anyone who starts working on...
Yes, let's leave this issue open.
@xugng That's great to hear. Could you do a preliminary PR as early as possible so that we can discuss changes? Even a single function would be enough at the...
To see what exact problem causes `QQmlApplicationEngine failed to load component`, set `MESHROOM_OUTPUT_QML_WARNINGS=1`.
I added more cleanups which I didn't notice the first time.