How to enable NEON ARM in Linux in IMX6Q Envirment

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to enable NEON ARM in Linux in IMX6Q Envirment

ソリューションへジャンプ
2,922件の閲覧回数
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,773件の閲覧回数
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,774件の閲覧回数
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 件の賞賛
返信