Get LIBC_FMT to build for aarch64

This commit is contained in:
Justine Tunney 2023-05-08 22:27:03 -07:00
parent 036b9a0002
commit 7e46645193
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
15 changed files with 482 additions and 618 deletions

View file

@ -18,7 +18,7 @@
*/
#include "libc/str/tab.internal.h"
const uint8_t kToUpper[256] = {
_Alignas(uint8_t) const uint8_t kToUpper[256] = {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
28, 29, 30, 31, ' ', '!', '\"', '#', '$', '%', '&', '\'', '(', ')',