Opened 8 months ago
Closed 8 months ago
#69513 closed defect (fixed)
kitty @0.33.0: error: implicit declaration of function 'simde_vshrn_n_u16' is invalid
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | judaew (Vadym-Valdis Yudaiev) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.1 |
Keywords: | arm64 | Cc: | |
Port: | kitty |
Description
In file included from kitty/simd-string-128.c:9: kitty/simd-string-impl.h:244:27: error: implicit declaration of function 'simde_vshrn_n_u16' is invalid in C99 [-Werror,-Wimplicit-function-declaration] simde_uint8x8_t res = simde_vshrn_n_u16(simde_vreinterpretq_u16_u8((simde_uint8x16_t)vec), 4); ^ kitty/simd-string-impl.h:244:21: error: initializing 'simde_uint8x8_t' (aka 'uint8x8_t') with an expression of incompatible type 'int' simde_uint8x8_t res = simde_vshrn_n_u16(simde_vreinterpretq_u16_u8((simde_uint8x16_t)vec), 4); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning and 2 errors generated.
Attachments (1)
Change History (3)
Changed 8 months ago by judaew (Vadym-Valdis Yudaiev)
Attachment: | 12_arm64-stdio.log added |
---|
comment:1 Changed 8 months ago by Thomas Nyman <thomas.nyman@…>
comment:2 Changed 8 months ago by judaew (Vadym-Valdis Yudaiev)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 37b0ba590fb2ded1b25811dfe7d3150405f67e44/macports-ports (master):