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,17 @@
test_fsqrt_1:
#_ REGISTER_IN f1 1.0
fsqrt f1, f1
blr
#_ REGISTER_OUT f1 1.0000000000000000
test_fsqrt_2:
#_ REGISTER_IN f1 64.0
fsqrt f1, f1
blr
#_ REGISTER_OUT f1 8.0000000000000000
test_fsqrt_3:
#_ REGISTER_IN f1 0.5
fsqrt f1, f1
blr
#_ REGISTER_OUT f1 0.70710678118654757