Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
mycroft
Sun Nov 6 12:33:36 PST 1994
Update of /b/source/CVS/src/sys/arch/i386/i386
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/i386/i386
Modified Files:
microtime.s
Log Message:
Approximate the divide by multiplying by 3433/4096. This is faster than
the previous code, and more accurate. Also avoid saving and restoring
registers.
(The multiplication algorithm was generated by GCC.)
mycroft
Sun Nov 6 12:39:52 PST 1994
Update of /b/source/CVS/src/sys/kern
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/kern
Modified Files:
kern_sig.c
Log Message:
Trivial changes to make the code more consistent.
Home |
Main Index |
Thread Index |
Old Index