Andarwinux
Andarwinux
Hi, do you have plans to bring the aom vmaf patch upstream? thanks!!!
openssl master has recently added winstore support, but after using openssl master to build aria2c, it still shows `errorCode=1 SSL/TLS handshake failure: unable to get local issuer certificate`
ccache support GAS/Clang IAS, which works very well, but for x86 many projects insist on using NASM and not allow GAS, e.g. ffmpeg, which leads to always spending a lot...
Nanazip doesn't seem to enable xxhash x86 dispatch to support runtime AVX2/AVX512 paths? Also, the UI doesn't seem to have an XXH3 Checksum option, so you can't get the XXH3...
it can be used alone or in combination with PGO provides a 4% improvement over PGO and about 15% improvement when used alone BOLT instrumentation does not support runtime merging,...
migrated curl to cmake+ninja and patched the dependencies, now the curl features are comparable to [curl-for-win](https://github.com/curl/curl-for-win). Since it uses openssl, users must manually add `--ca-native` to enable TLS support via...
With ccache and LLVM PGO and wrapper hacks, build speed has improved so much that bash has become one of the main factors affecting the speed of building (mainly configure...
It would be nice to be able to show d3d12 video support for GPUs like DXVAInfo does.
``` clang -fuse-ld=lld -target x86_64-pc-windows-gnu -O2 -flto -fcs-profile-generate test.c ld.lld: error: undefined symbol: __llvm_profile_filename >>> referenced by libclang_rt.profile-x86_64.a(InstrProfilingFile.c.obj):(.refptr.__llvm_profile_filename) clang: error: linker command failed with exit code 1 (use -v to...