aboutsummaryrefslogtreecommitdiffstats
path: root/gen/bits/intconf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update e-mailHEADmasterMattias Andrée2024-10-061-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée2015-12-201-10/+27
| | | | | | (in this case, assuming 8-, 16-, and 32-bit integers exists) long must be 32 bits. Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée2015-12-201-0/+82
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* docMattias Andrée2015-10-311-0/+52
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-161-7/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée2015-10-161-0/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* heuristically determine int_fastN_tMattias Andrée2015-10-161-13/+107
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* do not assume that size(void*) == size(long)Mattias Andrée2015-10-161-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* automate some parts of intconfMattias Andrée2015-09-021-0/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>