[PATCH v2 3/3] Add ffsl(), ffsll(), fls(), flsl(), flsll()

Sebastian Huber sebastian.huber@embedded-brains.de
Thu Jul 27 05:47:00 GMT 2017


On 27/07/17 03:40, Kito Cheng wrote:

> I am testing with RISC-V with newlib/trunk and just hang on ffs,
> after investigate, I saw gcc just generate a ffs call in ffs for riscv64
> and I guess riscv64 is not the only target will hit this bug,
> so maybe we can revert the part of this patch, at least for ffs.c?

We should first investigate why GCC performs this optimization. The file 
is compiled with -fno-builtin, so it some other optimization. Maybe we 
need something like __attribute__ ((__optimize__ 
("-fno-tree-loop-distribute-patterns"))) as in string/local.h.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the Newlib mailing list