Re: [PATCH 8/8] score: Use builtin for _Bitfield_Find_first_bit()

2016-06-09 Thread Gedare Bloom
looks good On Wed, Jun 8, 2016 at 9:58 AM, Sebastian Huber wrote: > In case the CPU architecture provides no specialized > _CPU_Bitfield_Find_first_bit() macro, then use the __builtin_clz() > builtin in case __GNUC__ is defined. > --- >

[PATCH 8/8] score: Use builtin for _Bitfield_Find_first_bit()

2016-06-08 Thread Sebastian Huber
In case the CPU architecture provides no specialized _CPU_Bitfield_Find_first_bit() macro, then use the __builtin_clz() builtin in case __GNUC__ is defined. --- cpukit/score/include/rtems/score/prioritybitmapimpl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git