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 b751edf commit 0e8b4adCopy full SHA for 0e8b4ad
driver/others/dynamic_power.c
@@ -6,10 +6,6 @@ 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
13
#ifdef HAVE_P10_SUPPORT
14
extern gotoblas_t gotoblas_POWER10;
15
0 commit comments