Browse Source

Define AXPBY_K fallback for float16

tags/v0.3.10^2
Martin Kroeker GitHub 5 years ago
parent
commit
e7afe8a969
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      common_macro.h

+ 1
- 0
common_macro.h View File

@@ -648,6 +648,7 @@

#define AXPYU_K SAXPYU_K
#define AXPYC_K SAXPYC_K
#define AXPBY_K SAXPBY_K
#define SCAL_K SSCAL_K
#define GEMV_N SGEMV_N
#define GEMV_T SGEMV_T


Loading…
Cancel
Save