This is the mail archive of the gcc-patches@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]

Re: Bit twiddling builtins


"Joseph S. Myers" <jsm28@cam.ac.uk> writes:

> On 23 Jan 2003, Falk Hueffner wrote:
> > here's a draft of a patch that implements bit scanning and
> > counting builtins. No docs or test cases yet, but I'd be
> > interested in any comments. Constant folding also isn't
> > implemented yet.
> 
> This is really the sort of patch that needs docs _first_ (to explain
> the exact semantics of each proposed function) before code.

Well, it was mentioned in another thread ("rs6000 and ffs"). But I'll
just post an updated patch with docs.

> Anyway, you shouldn't be adding anything to the GCC 3.3 versioned
> symbols in libgcc now, you need to add a new version for 3.4.

OK.

-- 
	Falk


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