[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun Feb 7 16:01:24 CET 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/02/07 16:01:24
Modified files:
cm3/m3-sys/m3back/src/: M3x86.m3
Log message:
oops: fix the wierdo shift whose direction is based on sign
as opposed to the explicit left and right shift that are
optimized with a custom calling convention to the C compiler
helper function
while at it, length some names:
do_shift_64 => do_custom_calling_convention_shift_64
do_rotate_64 => do_rotate_or_shift_64 (actually was correct before
but now has another use)
More information about the M3commit
mailing list