This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: Optimized arm string routines


Jeff Johnston wrote:
Patch applied with updated strcpy.c.

Did you ever manage to look at the problem from before Christmas re: thumb-2 and crt0.S init_hooks? I was hoping you might come up with a solution that would work for all involved.

Is there are way to (optionally) force newlib to use the generic versions instead of the "optimized versions" below "machine"?


From my experience, in longer terms, such optimized (asm) versions tend to break/rot. In such occasions, falling back to the generic versions is quite handy.

Ralf


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