Alfred Klomp
Alfred Klomp
Thanks for testing, should be fixed now. I also learnt that exponential constants have type `double` and not `int` like regular numeric constants.
Thanks everyone for your patience. I felt comfortable working on this patch and merging it now that our CI supports Windows and MinGW (#127). The final commits have changed a...
I don't have any hardware that supports AVX512, and CI also does not support it. The only way I can run the codec is under an emulator (Intel SDE). Otherwise...
Yes, support for the AVX* codecs is detected at runtime if they are compiled in. IIRC, there are one or more X86 instructions that are not available on Atoms, I...
But that's the same thing, right? You're running code compiled for an AVX-level machine on a machine that has no AVX support. Surely the fix is to not compile the...
@htot Thanks for your work. It's interesting to see that not all "improvements" to the library have led to actual improvements in real-world benchmarks. Which proves that we need to...
The Intel Atom N270 really is a 32-bit [Diamondville](https://ark.intel.com/content/www/us/en/ark/products/codename/32202/products-formerly-diamondville.html) core with `SSSE3` extensions, as you can see on [Intel's site](https://ark.intel.com/content/www/us/en/ark/products/36331/intel-atom-processor-n270-512k-cache-1-60-ghz-533-mhz-fsb.html). It's a very low power (2.5W TDP), passively cooled mobile...
Ah, I think I understand the problem now. You expect the benchmark binary to be compiled for the lowest common denominator (a machine that supports only the `plain` codec), and...
Now I remember, it's been a while. Yeah, the base binary is built without any SIMD flags, but you're right, all codecs that are built with the current flags, will...
@yashrajsapra I see you [copied](https://github.com/yashrajsapra/GtkGlFrameRenderer) my project without respecting the GPLv3 license. That's really not OK. Please either reinstate the license or remove the repository.