Eric Biggers
Eric Biggers
Do you have a citation for this being the "correct" way to make `futimens()` available on OpenIndiana? Why doesn't `#define POSIX_C_SOURCE 200809L` work?
I just hardly ever use MSVC at all, so I haven't gotten the architecture-specific code working with it --- not just the runtime CPU feature detection, but all other architecture-specific...
That's a lot of changes... Some of them look fine. If you open pull requests with some of the individual changes, I can consider them. I can't merge this all...
I'm just fixing a few of the small things myself: https://github.com/ebiggers/libdeflate/pull/222 and https://github.com/ebiggers/libdeflate/pull/221. One question: shouldn't `__STDC_VERSION__ < 201112L` check for `defined(__STDC_VERSION__)` first?
> > Why can the `__attribute__((target))` specifiers be removed? Don't they need to be replaced with something else? How does MSVC know which CPU features to target? > > There...
I'm really not sure that I want to go all the way to limit all the vector code to conform with MSVC's limitations. It makes things a lot messier to...
Thanks for doing this! Two comments: * Bug: at the bottom of `getHashingCosts()`, a `HashingCosts` is being initialized without `TruncationFixed: true`. * `func (h *HashingCosts) CheckValidity()` already does some of...
Closing, as I'm going with CMake instead.
This has been fixed in AOSP by https://r.android.com/2504358.
> level 12 will always compress a png better than lower levels? No, it's not guaranteed. > With zlib based compressors, I have found some images that do better with....