|
From: <sv...@va...> - 2005-11-14 02:43:13
|
Author: cerion
Date: 2005-11-14 02:43:09 +0000 (Mon, 14 Nov 2005)
New Revision: 5120
Log:
comment out altivec tests for unsupported insns
Modified:
trunk/none/tests/ppc32/jm-insns.c
Modified: trunk/none/tests/ppc32/jm-insns.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/none/tests/ppc32/jm-insns.c 2005-11-13 18:51:31 UTC (rev 5119)
+++ trunk/none/tests/ppc32/jm-insns.c 2005-11-14 02:43:09 UTC (rev 5120)
@@ -2540,14 +2540,14 @@
}
=20
static test_t tests_afa_ops_one[] =3D {
- { &test_vrfin , " vrfin", },
- { &test_vrfiz , " vrfiz", },
- { &test_vrfip , " vrfip", },
- { &test_vrfim , " vrfim", },
+ // { &test_vrfin , " vrfin", }, // TODO: Not ye=
t supported
+ // { &test_vrfiz , " vrfiz", }, // TODO: Not ye=
t supported
+ // { &test_vrfip , " vrfip", }, // TODO: Not ye=
t supported
+ // { &test_vrfim , " vrfim", }, // TODO: Not ye=
t supported
{ &test_vrefp , " vrefp", },
{ &test_vrsqrtefp , " vrsqrtefp", },
- { &test_vlogefp , " vlogefp", },
- { &test_vexptefp , " vexptefp", },
+ // { &test_vlogefp , " vlogefp", }, // TODO: Not ye=
t supported
+ // { &test_vexptefp , " vexptefp", }, // TODO: Not ye=
t supported
{ NULL, NULL, },
};
#endif /* defined (HAS_ALTIVEC) */
@@ -6382,10 +6382,6 @@
#endif
=20
=20
- // NO FLOAT ALTIVEC
- flags.faltivec =3D 0;
-
-
build_iargs_table();
build_fargs_table();
build_ii16_table();
|