mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-01 18:22:27 +00:00
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs - Rename libc/intrin/bits.h to libc/serialize.h - Block pthread cancelation in fchmodat() polyfill - Remove `clang-format off` statements in third_party
This commit is contained in:
parent
96f979dfc5
commit
fa20edc44d
3057 changed files with 410 additions and 4398 deletions
|
@ -24,7 +24,6 @@
|
|||
*
|
||||
* x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x+1
|
||||
* 0b00011110110111000110111101000001
|
||||
* _bitreverse32(0x1edc6f41)
|
||||
*
|
||||
* @param init is the initial hash value
|
||||
* @param data points to the data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue