cosmopolitan/test/libc/intrin
Justine Tunney 7b26b42769 Pay off more technical debt
This makes breaking changes to add underscores to many non-standard
function names provided by the c library. MODE=tiny is now tinier and
we now use smaller locks that are better for tiny apps in this mode.
Some headers have been renamed to be in the same folder as the build
package, so it'll be easier to know which build dependency is needed.
Certain old misguided interfaces have been removed. Intel intrinsics
headers are now listed in libc/isystem (but not in the amalgamation)
to help further improve open source compatibility. Header complexity
has also been reduced. Lastly, more shell scripts are now available.

Compared to 6f7d0cb1c3, some tiny corrections were made in libc/intrin/g_fds.c and libc/zipos/open.c including double semi colons and incorrect indentation for existing vista changes that were manually pulled from this commit previously.
2023-03-20 21:07:01 -04:00
..
asan_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
bextra_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
bitreverse_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
countbits_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
describeflags_test.c Clean up some code 2022-08-20 12:32:51 -07:00
describegidlist_test.c Backport main branch improvements (#658) 2022-10-10 20:44:29 -07:00
describesigset_test.c Reduce build graph by another eight percent 2022-08-13 13:11:56 -07:00
division_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
dos2errno_test.c Polish recent changes and make improvements 2022-03-19 03:37:00 -07:00
formatint32_test.c Use Lua auto buffers when possible 2022-05-29 19:04:30 -07:00
getenv_test.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
integralarithmetic_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
intrin_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
kprintf_test.c Optimize memory layout 2023-03-20 21:07:01 -04:00
lock_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
memcmp_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
memmove_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
memset_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
morton_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
palignr_test.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
pmulhrsw_test.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
popcnt_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
pshuf_test.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
pthread_mutex_lock2_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
pthread_mutex_lock_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
pthread_once_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
rand64_test.c Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
rounddown2pow_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
roundup2log_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
roundup2pow_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
sched_yield_test.c Improve system calls 2022-07-08 06:42:03 -07:00
strlen_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
strsignal_test.c Make fixes and improvements 2022-06-25 21:09:09 -07:00
test.mk Pay off more technical debt 2023-03-20 21:07:01 -04:00