[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1167478945.20929.442.camel@laptopd505.fenrus.org>
Date: Sat, 30 Dec 2006 12:42:24 +0100
From: Arjan van de Ven <arjan@...radead.org>
To: Jan Engelhardt <jengelh@...ux01.gwdg.de>
Cc: Bodo Eggert <7eggert@....de>,
Daniel Marjamäki <daniel.marjamaki@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: Want comments regarding patch
> Yeah I don't do assembler soo often that I would know everything from heart.
> All your comments are valid of course. I just wanted to point out the idea.
> (However, if it's not repz, then it's repnz! :-)
it's better to use a gcc builtin than handcoding the asm yourself;
better for performance at least....
(gcc will pick the best code for the cpu you picked, and yes this
changes every generation or so)
--
if you want to mail me at work (you don't), use arjan (at) linux.intel.com
Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists