Skip to content

Commit 3655632

Browse files
author
Chip-Kerchner
committed
Another small change.
1 parent 36e08f6 commit 3655632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/dynamic_power.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ static gotoblas_t *get_coretype(void) {
246246
#endif
247247
#ifdef HAVE_P10_SUPPORT
248248
#if defined(_AIX) || defined(__clang__)
249-
if (__builtin_cpu_is("power10"))
249+
if (__builtin_cpu_is("power10"))
250250
#else
251251
if (__builtin_cpu_supports ("arch_3_1") && __builtin_cpu_supports ("mma"))
252252
#endif

0 commit comments

Comments
 (0)