Renaming xe::cpu::frontend to xe::cpu::ppc.

This commit is contained in:
Ben Vanik
2015-12-14 21:17:55 -08:00
parent 9273359cdd
commit 15816327b4
225 changed files with 196 additions and 204 deletions

View File

@@ -0,0 +1,19 @@
test_frsqrte_1:
#_ REGISTER_IN f1 1.0
frsqrte f1, f1
blr
#_ REGISTER_OUT f1 0.99975585937500000
# want: 0.97
test_frsqrte_2:
#_ REGISTER_IN f1 64.0
frsqrte f1, f1
blr
#_ REGISTER_OUT f1 0.12496948242187500
test_frsqrte_3:
#_ REGISTER_IN f1 0.5
frsqrte f1, f1
blr
#_ REGISTER_OUT f1 1.4138183593750000
# want: 1.375