avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] avr-libc: optimization for ltoa/printf


From: Dmitry E. Oboukhov
Subject: Re: [avr-libc-dev] avr-libc: optimization for ltoa/printf
Date: Mon, 20 Jun 2011 14:29:56 +0400
User-agent: Mutt/1.5.21 (2010-09-15)

> check2 = check << 3;
> if (check2 < __val) {
> __val -= check2;
> k += 8;

it will take time more regularly than my algorithm. But there would be
cases that are worse and would be cases that are better. It must be
tested on the real AVR architecture :)
-- 

. ''`.                               Dmitry E. Oboukhov
: :’  :   email: address@hidden jabber://address@hidden
`. `~’              GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]