jak-project/goal_src/test/test-float-product.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
35 B
Common Lisp

(format #t "~f~%" (* 1.2 25.0 4.0))