diff --git a/config.tests/arch/arch.cpp b/config.tests/arch/arch.cpp index c8e6cb335b..f99c5ca118 100644 --- a/config.tests/arch/arch.cpp +++ b/config.tests/arch/arch.cpp @@ -275,6 +275,12 @@ const char msg2[] = "==Qt=magic=Qt== Sub-architecture:" // -- POWER, PowerPC -- #ifdef __ALTIVEC__ " altivec" +#endif +#ifdef __SPE__ +" spe" +#endif +#ifdef __VSX__ +" vsx" #endif "";