Opened 14 months ago
Closed 9 months ago
#68118 closed defect (fixed)
highway: builds fail for 10.14: error: use of undeclared identifier '_knot_mask8'
Reported by: | mascguy (Christopher Nielsen) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | highway |
Description
There are several occurrences, but it's the same identifier that's missing in all cases:
.../work/highway-1.0.7/hwy/ops/x86_256-inl.h:5781:33: error: use of undeclared identifier '_knot_mask8' _mm256_maskz_cvttpd_epu32(_knot_mask8(MaskFromVec(v).raw), v.raw)}; ^
This is occurring both on the 10.14 buildbot, as well as locally.
Change History (4)
comment:1 Changed 14 months ago by jmroot (Joshua Root)
comment:2 follow-up: 3 Changed 14 months ago by jmroot (Joshua Root)
comment:3 Changed 14 months ago by mascguy (Christopher Nielsen)
Replying to jmroot:
highway: temporarily avoid using Xcode 10's clang
Josh, are you interested in adding upstream's fix, to allow reverting the blacklist?
comment:4 Changed 9 months ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
https://github.com/google/highway/issues/1711