Data type compatibility with NEON intrinsics

后端 未结 5 999
轻奢々
轻奢々 2021-01-03 05:26

I am working on ARM optimizations using the NEON intrinsics, from C++ code. I understand and master most of the typing issues, but I am stuck on this one:

The instru

5条回答
  •  既然无缘
    2021-01-03 05:43

    Its a bug in GCC(now fixed) on 4.5 and 4.6 series.

    Bugzilla link http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48252

    Please take the fix from this bug and apply to gcc source and rebuild it.

提交回复
热议问题