llamafile : support s390x SIMD instruction set (#14273)

This commit is contained in:
Aaron Teo
2025-06-19 11:48:54 +02:00
committed by GitHub
parent 10bb545c5b
commit faed5a5f5d
2 changed files with 59 additions and 1 deletions
+5
View File
@@ -1,6 +1,11 @@
#pragma once
#include <stdint.h>
#include <stdbool.h>
#if defined(__VXE__) || defined(__VXE2__)
#include <vecintrin.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif