This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to trigger ffsdi2?


Hi,

I can't seem to find a way to trigger the ffsdi2 pattern, i. e. the
64-bit variation of ffs. There's no __builtin_ffsl or __builtin_ffsll
or similar, and __builtin_ffs used on a long long will convert it to
int first. Any hints?

-- 
	Falk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]