mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 02:24:34 -04:00
b263e33e94
* fix mod bug and add div tests * update changelog
4 lines
134 B
Common Lisp
4 lines
134 B
Common Lisp
(let ((x 30))
|
|
;; setting upper 32 bits should be ignored
|
|
(+ (/ (logior #x111111100000000 x) (logior #x1231234400000000 10)) 4)
|
|
) |