summaryrefslogtreecommitdiff
path: root/TestPrograms
diff options
context:
space:
mode:
Diffstat (limited to 'TestPrograms')
-rw-r--r--TestPrograms/test_ppc_power9.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/TestPrograms/test_ppc_power9.cxx b/TestPrograms/test_ppc_power9.cxx
index e27f4ca9..04ecbcf7 100644
--- a/TestPrograms/test_ppc_power9.cxx
+++ b/TestPrograms/test_ppc_power9.cxx
@@ -6,18 +6,6 @@
#include <altivec.h>
int main(int argc, char* argv[])
{
-#if 0
- const unsigned char b = (unsigned char)argc;
- const unsigned int r = (0xf << 24) | (0x3 << 16) | (0xf << 8) | (0x3 << 0);
-#if defined(__clang__)
- bool x = __builtin_altivec_byte_in_range(b, r);
-#elif defined(__GNUC__)
- bool x = __builtin_byte_in_range(b, r);
-#else
- int XXX[-1];
-#endif
-#endif
-
#if defined(_ARCH_PWR9)
__vector unsigned int v = vec_xl_be(0, (unsigned int*)argv[0]);
#else