Browse Source

remove spurious include

pull/5371/head
Martin Kroeker GitHub 2 months ago
parent
commit
b54aec804e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      test/compare_sgemm_bgemm.c

+ 0
- 1
test/compare_sgemm_bgemm.c View File

@@ -28,7 +28,6 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdint.h>
#include <stdio.h>

#include <arm_neon.h>

#define SGEMM BLASFUNC(sgemm)
#define BGEMM BLASFUNC(bgemm)


Loading…
Cancel
Save