Browse Source

restore default Neoverse SVE build instructions for non-NVIDIA compilers

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
7a6203ffa1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kernel/Makefile

+ 2
- 0
kernel/Makefile View File

@@ -80,6 +80,8 @@ else ifeq ($(TARGET_CORE), LOONGSON3R4)
else ifneq ($(filter NEOVERSEN2 NEOVERSEV1, $(TARGET_CORE)),)
ifeq ($(C_COMPILER), PGI)
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -Msve_intrinsics
else
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
endif
else
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)


Loading…
Cancel
Save