cosmopolitan/test/libc/intrin
Justine Tunney ff955aaa01
Make memcmp() and memchr() go fast again
Readahead within the specified size is legal, even if it overlaps a page
boundary; it's the fault of the caller if that causes a segfault.
2023-11-29 05:17:21 -08:00
..
BUILD.mk Rename makefiles BUILD.mk 2023-11-28 11:21:08 -08:00
cosmo_once_test.c Make more fixes and improvements 2023-07-29 18:44:15 -07:00
countbits_test.c Reduce header complexity 2023-11-28 14:39:42 -08:00
describeflags_test.c Clean up some code 2022-08-20 12:32:51 -07:00
describegidlist_test.c Add getgroups and setgroups (#619) 2022-09-18 02:48:53 -07:00
describesigset_test.c Improve cancellations, randomness, and time 2022-11-05 23:45:32 -07:00
dos2errno_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
fmax_test.c Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
formatint32_test.c Use Lua auto buffers when possible 2022-05-29 19:04:30 -07:00
getenv_test.c Make improvements 2023-09-18 21:04:47 -07:00
kprintf_test.c Reduce header complexity 2023-11-28 14:39:42 -08:00
lock_test.c Add more fixes for new cosmocc toolchain 2023-11-11 23:28:19 -08:00
lockipc_test.c Reduce header complexity 2023-11-28 14:39:42 -08:00
lockscale_test.c Improve cancellations, randomness, and time 2022-11-05 23:45:32 -07:00
memchr_test.c Make memcmp() and memchr() go fast again 2023-11-29 05:17:21 -08:00
memcmp_test.c Make memcmp() and memchr() go fast again 2023-11-29 05:17:21 -08:00
memmove_test.c Overhaul process spawning 2023-09-10 08:17:44 -07:00
memrchr_test.c Make AARCH64 harder, better, faster, stronger 2023-05-15 02:15:34 -07:00
memset_test.c Fix warnings 2023-09-01 20:50:18 -07:00
popcnt_test.c Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
pthread_mutex_lock2_test.c Make improvements 2023-09-18 21:04:47 -07:00
pthread_mutex_lock_test.c Introduce pthread_rwlock_try{rd,wr}lock 2023-10-31 22:13:08 -07:00
pthread_spin_lock_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
putenv_test.c Make fixes and improvements 2022-10-19 07:19:19 -07:00
rand64_test.c Cleanup inline locking code 2023-11-29 00:36:22 -08:00
sched_yield_test.c Improve system calls 2022-07-08 06:42:03 -07:00
strchr_test.c Reduce header complexity 2023-11-28 14:39:42 -08:00
strcmp_test.c Reduce header complexity 2023-11-28 14:39:42 -08:00
strlen_test.c Reduce header complexity 2023-11-28 14:39:42 -08:00
strrchr_test.c Make AARCH64 harder, better, faster, stronger 2023-05-15 02:15:34 -07:00
strsignal_r_test.c Clean up some code 2023-11-16 17:31:07 -08:00