Tulio Magno Quites Machado Filho
Tulio Magno Quites Machado Filho
The GNU project recommends [1] that projects maintain a copy of the GPL license. This is also the recommendation from some Linux distributions [2]. This file has been downloaded from...
POWER9 has an L3 that is 20-way set associative. This changed from POWER8 that had L1, L2 and L3 all with 8-way associativity. However, after extracting DTS from HDAT, this...
There are a couple of libraries that implement the zlib API, e.g. [madler's zlib](https://github.com/madler/zlib/), [zlib-ng](https://github.com/zlib-ng/zlib-ng), [QATzip](https://github.com/intel/QATzip) and [libnxz](https://github.com/libnxz/power-gzip/). These libraries are able to decompress files generated by the others. But...
The Xeon Phi x200 family of processors (Knights Landing) supports AVX512 (F, CD, ER, PF) but does not support AVX512 (VL, DQ, BW). Because of processors like this, the Intel...
The Fedora community is enabling LTO on all its packages and noticed a couple of issues when running libdfp tests. Notice that Stefan already investigated the s390x issues and confirmed...
Excerpt from @jsm28: > Any libdfp integration in glibc would I expect also look very different, > as regards build system and general integration, from either the present > build...
While working on PR #24, we noticed that a mistake should have caused the testsuite to failure but it didn't. I could mean that: - Our tests aren't coverying that...
C11 added a new memory management function called `aligned_alloc`. The lack of this function may cause errors such as https://github.com/zlib-ng/zlib-ng/issues/1809 Keep in mind that glibc provides more function too. A...
I'm afraid this commit should have been created a couple of years ago. Life happened and the amount of time we all have to dedicate to this project reduced. This...