Upgrade to Cosmopolitan GCC 11.2.0 for aarch64

This commit is contained in:
Justine Tunney 2023-06-05 02:07:28 -07:00
parent 39f20dbb13
commit 9cc3e37263
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
63 changed files with 30429 additions and 22750 deletions

View file

@ -41,7 +41,7 @@ typedef __m128i z_vec128i_u16x8_t;
#elif defined(DEFLATE_SLIDE_HASH_NEON)
#include "third_party/aarch64/arm_neon.h" /* NEON */
#include "third_party/aarch64/arm_neon.internal.h" /* NEON */
#define Z_SLIDE_INIT_SIMD(wsize) vdupq_n_u16((ush)(wsize))