Rearrange code and make a faster sha256sum program

This commit is contained in:
Justine Tunney 2022-11-02 23:12:32 -07:00
parent 5e60e5ad10
commit 89d1e5b8f2
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
32 changed files with 933 additions and 517 deletions

View file

@ -71,9 +71,6 @@
"__NO_MATH_ERRNO__"
"__gnu__"))
(clang
'("__llvm__"))
(cosmo
'("__COSMOPOLITAN__"
"__ANDROID__"
@ -81,7 +78,7 @@
)
(concat "\\_<"
(regexp-opt (append clang cpp92 gcc412 cosmo))
(regexp-opt (append cpp92 gcc412 cosmo))
"\\_>")))
(provide 'cosmo-platform-constants)