Martijn van Beurden
Martijn van Beurden
> Okay, nevermind, this function is indeed used for 24-bit material. While this was not the intent of this PR, thank you for (indirectly) pointing me to this. I've merged...
This is not really a solution, because adding -mavx2 breaks runtime detection. The resulting binary will probably not work on any system that does not have AVX2. This bit of...
I can't seem to figure out what the problem is. There is a lot if-then-else stuff that assumes a compiler is either clang or msvc, not both, so there is...
Okay, I finally looked into this. Why are you selecting Ninja as generator when building with CMake for Visual Studio? It seems to me you should be using Visual Studio's...
Thanks for trying to make this work. I hate to be blunt, but isn't UWP deprecated since about 18 months ago? I haven't had many complaints about it not working,...
Oh, OK. It seemed the information about the state of UWP is rather vague at best.
I've tried to run this locally, it seems UWP apps need to run in some kind of sandbox? Whatever I compile for UWP, it won't run apparently. That seems to...
***ping*** Here's an example I've been stuck for a while with: https://oss-fuzz.com/testcase-detail/6275951100297216 The i386 asan reproducer makes no sense, probably due to a bug in i386 asan (of which I...
Would it be possible to get some feedback on this approach? Is it unobtrusive enough?
To my knowledge there are currently no applications capable of working with the foreign metadata except the `flac` command-line tool, which can make and restore them. The `metaflac` command line...