Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simde: arm: drop build of cadd and cmla operations files
Compilation of Source/WTF/wtf/simde/arm/neon.h failed when using ARM GCC 11. This header is generated from simd-everywhere, simd-everywhere encountering the same issue when building following files: - simde/arm/neon/cadd_rot270.h - simde/arm/neon/cadd_rot90.h - simde/arm/neon/cmla_lane.h - simde/arm/neon/cmla_rot180_lane.h - simde/arm/neon/cmla_rot270_lane.h - simde/arm/neon/cmla_rot90_lane.h WebKit does not call any functions from those files, so they are excluded from the build as a workaround. Refer to issue [1] for more details. Link: [1]: simd-everywhere/simde#1211 Signed-off-by: LI Qingwu <[email protected]>
- Loading branch information