Browse Source

Entitle missing declearation for alpha

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
tags/v0.3.22^2
Jiaxun Yang 3 years ago
parent
commit
fa14bdb26d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common_macro.h

+ 1
- 1
common_macro.h View File

@@ -2612,7 +2612,7 @@
#ifndef ASSEMBLER
#if !defined(DYNAMIC_ARCH) \
&& (defined(ARCH_X86) || defined(ARCH_X86_64) || defined(ARCH_IA64) || defined(ARCH_MIPS64) || defined(ARCH_ARM64) \
|| defined(ARCH_LOONGARCH64) || defined(ARCH_E2K))
|| defined(ARCH_LOONGARCH64) || defined(ARCH_E2K) || defined(ARCH_ALPHA))
extern BLASLONG gemm_offset_a;
extern BLASLONG gemm_offset_b;
extern BLASLONG sbgemm_p;


Loading…
Cancel
Save