How to enable NEON ARM in Linux in IMX6Q Envirment

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to enable NEON ARM in Linux in IMX6Q Envirment

跳至解决方案
2,951 次查看
KrishnaPrasad1z
Contributor I

Hi All,

Whether for NEON any settings need to be done other than kernel config?

In the Linux Kernel Config, NEON is set as YES. But whether any other settings need to be done to enable NEON?

In the linux version kernel originally asm_neon.h was not there.

Does this means that the kernel doesn’t support NEON?

In iMX6X Environment,

Whether any option need to be additionally applied for Cortex-A9 case?


Thanks in Advance

标签 (1)
0 项奖励
回复
1 解答
1,802 次查看
LeonardoSandova
Specialist I

try the following:

1. install gcc (./ltib -m prep -p gcc && ./ltib -m scbuild -p gcc && ./ltib -m scinstall -p gcc)

2. include the compilation flag -mfpu=neon.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,803 次查看
LeonardoSandova
Specialist I

try the following:

1. install gcc (./ltib -m prep -p gcc && ./ltib -m scbuild -p gcc && ./ltib -m scinstall -p gcc)

2. include the compilation flag -mfpu=neon.

0 项奖励
回复