已开启
Fixed build error when enabling NEON optimization #44
panzhe0328创建于 2025年11月25日
Fixed build error when enabling NEON optimization #44
已开启
panzhe0328创建于 2025年11月25日
refs/pull/44/head合入到master
panzhe0328
2025年11月25日
  1. Fixed build error when enabling NEON optimization
likedislike
合并受阻
Ppanzhe0328
2025年11月25日 关联了 src-openeuler/libpng Issue ID8LPH
AtomGit-Bot
2025年11月25日 评论:

当前仓库存在以下 保护分支

Protected Branch Version Release
* master 1.6.51 1
openEuler-20.03-LTS-SP4 1.6.37 2
openEuler-22.03-LTS-SP3 1.6.38 2
openEuler-22.03-LTS-SP4 1.6.38 2
openEuler-24.03-LTS 1.6.40 1
openEuler-24.03-LTS-Next 1.6.40 1
openEuler-24.03-LTS-SP1 1.6.40 1
openEuler-24.03-LTS-SP2 1.6.40 1
openEuler-24.03-LTS-SP3 1.6.40 1
openEuler-25.03 1.6.47 1
openEuler-25.09 1.6.50 1

评论 /sync <branch1> <branch2> ... 可将当前 PR 修改同步到其它分支(创建同步 PR):
a) 如果当前 PR 是 Open 状态,同步操作将延迟到 PR 被合并时执行
b) 如果当前 PR 已经 Merged,将立即执行同步操作

注意:

  1. /sync 命令可以指定同步到多个分支,仅最后一个 /sync 命令生效
  2. 如果创建的同步 PR 不正确,可通过向同步 PR 的源分支提交轻量级 PR 完善,或使用 /close 命令关闭
likedislike
openeuler-ci-botopeneuler-ci-bot成员
2025年11月25日 添加了 &nbsp; openeuler-cla/yes 标签
openeuler-ci-botopeneuler-ci-bot成员
2025年11月25日 指派了 陈棋德 参与评审
openeuler-ci-bot
openeuler-ci-bot成员
2025年11月25日 评论:

Hi panzhe0328, welcome to the openEuler Community.
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here.
If you have any questions, please contact the SIG: Base-service, and any of the maintainers: @licihua , @zhujianwei001 , @xiezhipeng1 , @dillon_chen , @shenyangyang01 , @overweight , any of the committers: @yanan-rock

likedislike
此处折叠了75条消息 查看更多
xh
1月16日 评论:

@panzhe0328 如果删除libpng-fix-arm-neon.patch和当前补丁,同时根据编译日志提示"configure: WARNING: --enable-arm-neon: please specify 'check' or 'api';"
同时开启%configure --enable-arm-neon=yes --enable-arm-neon=api应该也可以满足,麻烦测试下

从 configure.ac 的代码来看,似乎上游倾向于使用 hardware-optimizations 来控制所有架构里的硬件加速。

而 aarch64 的单独控制,是通过 --enable-arm-neon=yes/no/api 来控制的。不存在你说的,用户想关关不了的情况。如果用户想关的话,应该是可以使用 --enable-arm-neon=no来关闭。

@panzhe0328 如果--enable-arm-neon=no可以满足关闭的话,--enable-hardware-optimizations是否可以满足你的使用要求。

likedislike
openeuler-ci-bot
openeuler-ci-bot成员
15 天前 评论:

/check-cla

likedislike
openeuler-ci-botopeneuler-ci-bot成员
15 天前 删除了label:openeuler-cla/yes
openeuler-ci-botopeneuler-ci-bot成员
15 天前 添加了label:openeuler-cla/yes
openeuler-ci-bot
openeuler-ci-bot成员
15 天前 评论:

CLA Signature Pass

panzhe0328, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike