为什么使用“-mfpu=neon” XCODE4 上会导致错误吗?

发布于 2024-11-15 10:07:51 字数 346 浏览 3 评论 0原文

我最近尝试在我的应用程序中使用 NEON。许多帖子和问答告诉我必须指定“-mfpu=neon -mfloat-abi=softfp”才能在 iphone 上使用 NEON。

但是,当我将此选项添加到 XCODE 4 中的“其他 C 标志”部分时,出现如下构建错误:

{standard input}:1270:selected FPU does not support instructions -- `vmov.f32 s0,#2.000000e+ 00'

我也尝试打开/关闭“Compile for Thumb”,但没有任何区别。

为什么会出现这个错误??以及如何在 XCODE 4 上启用 NEON 功能?

I recently tries to use NEON for my applications. Many posts and Q&A tells that I have to specify "-mfpu=neon -mfloat-abi=softfp" to use NEON on iphone.

However, when I added this options to 'Other C Flags' section in XCODE 4, there were build error like this:

{standard input}:1270:selected FPU does not support instruction -- `vmov.f32 s0,#2.000000e+00'

I also tried to turn on / off 'Compile for Thumb', but there were no differences.

Why this error happens ?? and How could I enable NEON features on XCODE 4 ??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑着哭最痛 2024-11-22 10:07:51

为 ARMv7 构建时默认启用 NEON 支持。你不需要做任何事情。在你开始修改标志之前你尝试过吗?

NEON support is enabled by default when building for ARMv7. You shouldn't need to do anything. Did you try it before you started tinkering with the flags?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文