This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Optimising std::find on x86 and PPC


>If anyone with more knowledge than me knows either how I could tweak 
>this code so it optimises well on both x86 or PPC, or how hard it might 
>be to poke the optimiser so one version of this code can be efficent on 
>both processors.

file a gcc/codegen bugzilla report.

this is not the type of thing libstdc++ should deal with. see nathan's
patches for min/max from last year for more commentary.

-benjamin


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