Hi - On Thu, Jan 31, 2002 at 11:28:23PM +1100, Ben Elliston wrote: > The following patch adds a number of new mode conversion functions for > SID CPU components. Some, such as SUBWORDSISF, simply perform > coercion between modes. Okay to commit? Of course -- such library build-outs don't need elaborate approvals. Are you sure though that the SF<->SI routines are meant to consist of plain coercion (as in truncate-to-int), instead of the equivalent to * (int *) (& a.float.var) ? - FChE