Switching to premake. Probably with disasterous consequences.

This commit is contained in:
Ben Vanik
2015-07-18 16:00:01 -07:00
parent 6c5d230f67
commit e0eb85bbbc
208 changed files with 1112 additions and 4162 deletions

View File

@@ -0,0 +1,13 @@
test_vrfin_1:
#_ REGISTER_IN v3 [3f800000, 3fc00000, 3f8ccccd, 3ff33333]
# 1.0, 1.5, 1.1, 1.9 -> 1.0, 2.0, 1.0, 2.0
vrfin v3, v3
blr
#_ REGISTER_OUT v3 [3f800000, 40000000, 3f800000, 40000000]
test_vrfin_2:
#_ REGISTER_IN v3 [bf800000, bfc00000, bf8ccccd, bff33333]
# -1.0, -1.5, -1.1, -1.9 -> -1.0, -2.0, -1.0, -2.0
vrfin v3, v3
blr
#_ REGISTER_OUT v3 [bf800000, c0000000, bf800000, c0000000]