remove spurious include

This commit is contained in:
Martin Kroeker
2025-07-10 15:00:30 +02:00
committed by GitHub
parent 343830c26f
commit b54aec804e

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)