cosmopolitan/test/libc/intrin
Gautham 6f658f058b
Change noinline to dontinline (#312)
We defined `noinline` as an abbreviation for the longer version
`__attribute__((__noinline__))` which caused name clashes since
third party codebases often write it as `__attribute__((noinline))`.
2021-11-12 15:12:18 -08:00
..
asan_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
intrin_test.c Change noinline to dontinline (#312) 2021-11-12 15:12:18 -08:00
memcmp_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
memmove_test.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
memset_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
palignr_test.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
pmulhrsw_test.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
pshuf_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Make numerous improvements 2021-09-28 01:52:34 -07:00