Browse Source

Minor changes.

tags/v0.3.25^2
Chip-Kerchner 2 years ago
parent
commit
eb738d9929
2 changed files with 1 additions and 3 deletions
  1. +0
    -2
      Makefile.system
  2. +1
    -1
      driver/others/dynamic_power.c

+ 0
- 2
Makefile.system View File

@@ -1170,8 +1170,6 @@ CCOMMON_OPT += -DF_INTERFACE_IBM
FEXTRALIB += -lxlf90
ifeq ($(C_COMPILER), $(filter $(C_COMPILER),GCC CLANG))
FCOMMON_OPT += -qextname
else ifeq ($(C_COMPILER), CLANG)
FCOMMON_OPT += -qextname
endif
# FCOMMON_OPT += -qarch=440
ifdef BINARY64


+ 1
- 1
driver/others/dynamic_power.c View File

@@ -44,7 +44,7 @@ char *gotoblas_corename(void) {
#define CPU_POWER9 9
#define CPU_POWER10 10

int cpuid()
static int cpuid(void)
{
int arch = _system_configuration.implementation;
#ifdef POWER_6


Loading…
Cancel
Save