Home
last modified time | relevance | path

Searched hist:"813 b8a9e899111af92e13c23e971cc9e003f534b" (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libcompiler_rt/
H A DMakefile.incdiff 813b8a9e899111af92e13c23e971cc9e003f534b Wed Apr 05 04:40:53 CEST 2017 John Baldwin <jhb@FreeBSD.org> Add an implementation of __ffssi2() derived from __ffsdi2().

Newer versions of GCC include an __ffssi2() symbol in libgcc and the
compiler can emit calls to it in generated code. This is true for at
least GCC 6.2 when compiling world for mips and mips64.

Reviewed by: jmallett, dim
Sponsored by: DARPA / AFRL
Differential Revision: https://reviews.freebsd.org/D10086