LWN.net Logo

x16 ABI coming up

x16 ABI coming up

Posted Apr 4, 2012 4:55 UTC (Wed) by ncm (subscriber, #165)
In reply to: x16 ABI coming up by dmarti
Parent article: The 3.4 merge window is closed

Probably you'd only get to use half of each register -- odd-numbered registers for odd slices, even for even -- when doing carry arithmetic.

A great advantage of an SSE ABI is that the kernel promises not touch those registers. If it could then be persuaded not to push the other registers, context switches ought to get very quick -- great for interrupt latency. That is, until you build the kernel using the SSE ABI, too...


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds