cosmopolitan/libc/bits
Justine Tunney b5b60015f5 Add spellcheck example
One of the benefits of implementing system call support from scratch is
that we're able to have embedded zip filesystem support which trickles
into libraries such as stdio, without unportable symbolic interposition.
It's also be great if we could say open("gs://bucket/object", O_RDONLY)
for seamless GCS, similar to Java NIO, but abstracted by the C library.
2020-06-27 12:25:40 -07:00
..
abs.c Initial import 2020-06-15 07:18:57 -07:00
atomic.h Initial import 2020-06-15 07:18:57 -07:00
avx2intrin.h Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
avxintrin.h Initial import 2020-06-15 07:18:57 -07:00
bcd2i.S Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
bcdadd.S Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
bcxcpy.S Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
bigword.h Initial import 2020-06-15 07:18:57 -07:00
bitreverse8.S Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
bitreverse16.S Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
bitreverse32.c Initial import 2020-06-15 07:18:57 -07:00
bitreverse64.c Initial import 2020-06-15 07:18:57 -07:00
bits.h Add spellcheck example 2020-06-27 12:25:40 -07:00
bits.mk Initial import 2020-06-15 07:18:57 -07:00
emmintrin.h Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
emptytonull.c Initial import 2020-06-15 07:18:57 -07:00
firstnonnull.c Initial import 2020-06-15 07:18:57 -07:00
gray.c Initial import 2020-06-15 07:18:57 -07:00
hamming.c Add spellcheck example 2020-06-27 12:25:40 -07:00
hilbert.c Initial import 2020-06-15 07:18:57 -07:00
hilbert.h Initial import 2020-06-15 07:18:57 -07:00
i2bcd.S Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
isempty.c Initial import 2020-06-15 07:18:57 -07:00
max.c Initial import 2020-06-15 07:18:57 -07:00
min.c Initial import 2020-06-15 07:18:57 -07:00
mmintrin.h Initial import 2020-06-15 07:18:57 -07:00
morton.c Initial import 2020-06-15 07:18:57 -07:00
morton.h Initial import 2020-06-15 07:18:57 -07:00
nulltoempty.c Initial import 2020-06-15 07:18:57 -07:00
pmmintrin.h Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
popcount.c Initial import 2020-06-15 07:18:57 -07:00
progn.h Initial import 2020-06-15 07:18:57 -07:00
pushpop.h Initial import 2020-06-15 07:18:57 -07:00
rounddown.c Initial import 2020-06-15 07:18:57 -07:00
rounddown2pow.c Initial import 2020-06-15 07:18:57 -07:00
roundup.c Initial import 2020-06-15 07:18:57 -07:00
roundup2log.c Initial import 2020-06-15 07:18:57 -07:00
roundup2pow.c Initial import 2020-06-15 07:18:57 -07:00
safemacros.h Initial import 2020-06-15 07:18:57 -07:00
shaintrin.h Initial import 2020-06-15 07:18:57 -07:00
smmintrin.h Initial import 2020-06-15 07:18:57 -07:00
tmmintrin.h Polish up repository and other revisions 2020-06-16 06:38:43 -07:00
typecheck.h Initial import 2020-06-15 07:18:57 -07:00
unmorton.c Initial import 2020-06-15 07:18:57 -07:00
unsignedsubtract.c Initial import 2020-06-15 07:18:57 -07:00
wmmintrin.h Initial import 2020-06-15 07:18:57 -07:00
xchg.h Initial import 2020-06-15 07:18:57 -07:00
xmmintrin.h Polish up repository and other revisions 2020-06-16 06:38:43 -07:00