Date: Sun, 22 Jun 2003 22:31:45 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <7458-Sun22Jun2003223144+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3EF5F855.7D32C992@yahoo.com> (message from CBFalconer on Sun, 22 Jun 2003 14:41:25 -0400) Subject: Re: memalign hooks (was: LIBM patch for GCC 3.3 - math changes) References: <200306201334 DOT h5KDYMWU012441 AT speedy DOT ludd DOT luth DOT se> <000e01c337aa$7b238800$0100a8c0 AT acp42g> <3EF3E113 DOT 1C8C9C2B AT yahoo DOT com> <9743-Sat21Jun2003123351+0300-eliz AT elta DOT co DOT il> <3EF449C0 DOT 8C8A0C61 AT yahoo DOT com> <3791-Sun22Jun2003063027+0300-eliz AT elta DOT co DOT il> <3EF53044 DOT CDEA5BA1 AT yahoo DOT com> <3405-Sun22Jun2003201552+0300-eliz AT elta DOT co DOT il> <3EF5F855 DOT 7D32C992 AT yahoo DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 22 Jun 2003 14:41:25 -0400 > From: CBFalconer > > On reconsidering it will suffice to force the alignment with > > if (alignment < ALIGN) alignment = ALIGN; > > after the power of two check. That's what the current code of memalign already does.