Rewrite mktime in assembly
-415 bytes, -39% cycles, Unit test expanded to cover more cases (there was a bug in 2100 before!)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
; 2002-10-22, Greg King
|
||||
;
|
||||
; This signed-division function returns both the quotient and the remainder,
|
||||
; in this structure:
|
||||
; in this structure: (quotient in sreg, remainder in AX)
|
||||
;
|
||||
; typedef struct {
|
||||
; int rem, quot;
|
||||
|
||||
Reference in New Issue
Block a user