All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] gcc: require neon on arch without neon
@ 2016-07-19  6:53 Yi Qingliang
  2016-07-19 15:03 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Yi Qingliang @ 2016-07-19  6:53 UTC (permalink / raw)
  To: OE Core mailing list

when compiling qtbase in meta-qt5, it says:
| ../../include/QtCore/../../../git/src/corelib/global/qendian.h:143:36:
fatal error: You must enable NEON instructions (e.g.
-mfloat-abi=softfp -mfpu=neon) to use these intrinsics.
|      return __builtin_bswap16(source);
|                                     ^


bug description:
      https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71056
upstream patch:
      https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=236910
mirror on github:
    https://github.com/gcc-mirror/gcc/commit/84d2a5509892b65ed60d39e6e2f9719e3762e40e

Yi Qingliang


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] gcc: require neon on arch without neon
  2016-07-19  6:53 [BUG] gcc: require neon on arch without neon Yi Qingliang
@ 2016-07-19 15:03 ` Khem Raj
  2016-07-21  2:53   ` Yi Qingliang
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2016-07-19 15:03 UTC (permalink / raw)
  To: Yi Qingliang; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]

Thanks. You can open a yp bugzilla to track it or even better send this
patch backported

On Jul 18, 2016 11:53 PM, "Yi Qingliang" <niqingliang2003@gmail.com> wrote:

> when compiling qtbase in meta-qt5, it says:
> | ../../include/QtCore/../../../git/src/corelib/global/qendian.h:143:36:
> fatal error: You must enable NEON instructions (e.g.
> -mfloat-abi=softfp -mfpu=neon) to use these intrinsics.
> |      return __builtin_bswap16(source);
> |                                     ^
>
>
> bug description:
>       https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71056
> upstream patch:
>       https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=236910
> mirror on github:
>
> https://github.com/gcc-mirror/gcc/commit/84d2a5509892b65ed60d39e6e2f9719e3762e40e
>
> Yi Qingliang
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 1877 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] gcc: require neon on arch without neon
  2016-07-19 15:03 ` Khem Raj
@ 2016-07-21  2:53   ` Yi Qingliang
  0 siblings, 0 replies; 3+ messages in thread
From: Yi Qingliang @ 2016-07-21  2:53 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

https://bugzilla.yoctoproject.org/show_bug.cgi?id=9991

On Tue, Jul 19, 2016 at 3:03 PM, Khem Raj <raj.khem@gmail.com> wrote:
> Thanks. You can open a yp bugzilla to track it or even better send this
> patch backported
>
>
> On Jul 18, 2016 11:53 PM, "Yi Qingliang" <niqingliang2003@gmail.com> wrote:
>>
>> when compiling qtbase in meta-qt5, it says:
>> | ../../include/QtCore/../../../git/src/corelib/global/qendian.h:143:36:
>> fatal error: You must enable NEON instructions (e.g.
>> -mfloat-abi=softfp -mfpu=neon) to use these intrinsics.
>> |      return __builtin_bswap16(source);
>> |                                     ^
>>
>>
>> bug description:
>>       https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71056
>> upstream patch:
>>       https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=236910
>> mirror on github:
>>
>> https://github.com/gcc-mirror/gcc/commit/84d2a5509892b65ed60d39e6e2f9719e3762e40e
>>
>> Yi Qingliang
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-21  2:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-19  6:53 [BUG] gcc: require neon on arch without neon Yi Qingliang
2016-07-19 15:03 ` Khem Raj
2016-07-21  2:53   ` Yi Qingliang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.