Browse Source

Include NEON header for the bfloat conversion functions

pull/5415/head
Martin Kroeker GitHub 5 months ago
parent
commit
f1ee61ea30
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/arm64/sbgemm_kernel_8x4_neoversen2_impl.c

+ 1
- 0
kernel/arm64/sbgemm_kernel_8x4_neoversen2_impl.c View File

@@ -27,6 +27,7 @@
* *****************************************************************************/

#include <arm_sve.h>
#include <arm_neon.h>

#include "common.h"



Loading…
Cancel
Save