We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6208c98 commit ff65952Copy full SHA for ff65952
driver/others/dynamic_power.c
@@ -6,10 +6,10 @@ extern gotoblas_t gotoblas_POWER8;
6
#if (!defined __GNUC__) || ( __GNUC__ >= 6)
7
extern gotoblas_t gotoblas_POWER9;
8
#endif
9
-#if (!defined __GNUC__) || ( __GNUC__ >= 11) \
10
- || (__GNUC__ == 10 && __GNUC_MINOR__ >= 2)
11
-#define HAVE_P10_SUPPORT 1
12
-#endif
+//#if (!defined __GNUC__) || ( __GNUC__ >= 11) \
+// || (__GNUC__ == 10 && __GNUC_MINOR__ >= 2)
+//#define HAVE_P10_SUPPORT 1
+//#endif
13
#ifdef HAVE_P10_SUPPORT
14
extern gotoblas_t gotoblas_POWER10;
15
0 commit comments