]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
comment out altivec tests for unsupported insns
authorCerion Armour-Brown <cerion@valgrind.org>
Mon, 14 Nov 2005 02:43:09 +0000 (02:43 +0000)
committerCerion Armour-Brown <cerion@valgrind.org>
Mon, 14 Nov 2005 02:43:09 +0000 (02:43 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5120

none/tests/ppc32/jm-insns.c

index 882dc05f222039dacd907cea0f3e84ecdb10d6e7..c61c9265f552292ccc05bff59299754b4f1f26a5 100644 (file)
@@ -2540,14 +2540,14 @@ static void test_vexptefp (void)
 }
 
 static test_t tests_afa_ops_one[] = {
-    { &test_vrfin           , "       vrfin", },
-    { &test_vrfiz           , "       vrfiz", },
-    { &test_vrfip           , "       vrfip", },
-    { &test_vrfim           , "       vrfim", },
+    //    { &test_vrfin           , "       vrfin", },   // TODO: Not yet supported
+    //    { &test_vrfiz           , "       vrfiz", },   // TODO: Not yet supported
+    //    { &test_vrfip           , "       vrfip", },   // TODO: Not yet supported
+    //    { &test_vrfim           , "       vrfim", },   // TODO: Not yet supported
     { &test_vrefp           , "       vrefp", },
     { &test_vrsqrtefp       , "   vrsqrtefp", },
-    { &test_vlogefp         , "     vlogefp", },
-    { &test_vexptefp        , "    vexptefp", },
+    //    { &test_vlogefp         , "     vlogefp", },   // TODO: Not yet supported
+    //    { &test_vexptefp        , "    vexptefp", },   // TODO: Not yet supported
     { NULL,                   NULL,           },
 };
 #endif /* defined (HAS_ALTIVEC) */
@@ -6382,10 +6382,6 @@ int main (int argc, char **argv)
 #endif
    
 
-   // NO FLOAT ALTIVEC
-   flags.faltivec = 0;
-
-
    build_iargs_table();
    build_fargs_table();
    build_ii16_table();