Find a file
Justine Tunney 8fa47acecc Fix memcpy on sandybridge and ivybridge
This bug impacts folks who purchased Intel chips made in 2011-2012.
We're now using `vxorps` instead of `vpxor` which is great since it
means we do not need to change `X86_HAVE(AVX)` to `X86_HAVE(AVX2)`,
because AVX2 is only available on Haswell and later.

Fixes #16
2021-01-16 21:36:55 -08:00
ape Avoid mapping above 4gb on Windows 7 x64 (#19) 2021-01-16 19:18:37 -08:00
build Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
dsp Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
examples Fix metal bugs so deathstar.com runs in qemu (#20) 2021-01-16 17:52:15 -08:00
libc Fix memcpy on sandybridge and ivybridge 2021-01-16 21:36:55 -08:00
net Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
test Disable spawnve_test (#14) 2021-01-16 12:43:06 -08:00
third_party Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
tool Fix metal bugs so deathstar.com runs in qemu (#20) 2021-01-16 17:52:15 -08:00
usr/share Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
.clang-format Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
.gitignore Make terminal ui binaries work well everywhere 2020-10-19 06:38:31 -07:00
Makefile Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
NOTICE Change license 2020-12-27 17:18:44 -08:00
README.md Change license 2020-12-27 17:18:44 -08:00

Cosmopolitan

Fast portable static native textmode executable containers.

For an introduction to this project, please read the αcτµαlly pδrταblε εxεcµταblε blog post and cosmopolitan libc website. API documentation is available here.