jak-project/goal_src/test/test-min-max.gc
water111 c7c342ce7e
Add defmethod and some uses of the deref operator (#51)
* add tests for various xmms

* use unaligned stores and loads to back up and restore xmm128s and also fix argument spilling bug

* add deftype

* add deref and fix some method _type_ things
2020-09-18 22:02:27 -04:00

1 line
63 B
Common Lisp

(+ (min 1 2) (min 2 (min -1 -4)) (max 10 (min 2 23)) (max 3 1))