Matthias Kretz

Results 86 comments of Matthias Kretz

* [ ] extract test suite from [vir-simd](https://github.com/mattkretz/vir-simd/tree/master/testsuite) / libstdc++-v3/testsuite/simd * [ ] consider cross-cherry-pick, but if it's too much work just skip it (at least for the tests, that's...

Is there any reason why Zenodo has not been added to the list of registries other than "nobody submitted a PR"? It's listed on https://github.com/NLeSC/awesome-research-software-registries, so why shouldn't it count?

This is not what I had in mind for Vc 2.0 but rather born out of necessity for those who want to use `std::experimental::simd`. After all `std::simd` still has not...

I have never found time to test vir-simd with MSVC. So yes, I'm sure there are bugs. At the very least the `simd_benchmarking.h` header will not work for MSVC. FWIW,...

Sorry for skipping the `__cplusplus` issue. According to https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170 vir-simd should test if _MSVC_LANG is defined, and if yes use that instead of __cplusplus.