Path: chuka.playstation.co.uk!news From: "Graeme Evans" Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: Pointless Optimisation Trick 1 Date: Tue, 14 Oct 1997 07:50:59 +0100 Organization: PlayStation Net Yaroze (SCEE) Lines: 11 Message-ID: <625jjg$e3p24@chuka.playstation.co.uk> References: <344647ee.14591228@news.playstation.co.uk> NNTP-Posting-Host: fourny.demon.co.uk X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 > >Pointless Optimisation Trick 1: > >#define SWAP(a,b) {a ^= b; b^= a; a ^= b;} > Alex yr a star.