Reinstate the CooperLake microkernel

This commit is contained in:
Martin Kroeker
2025-04-21 22:53:26 +02:00
committed by GitHub
parent f5bc97c37e
commit 96d80801bc

View File

@@ -28,9 +28,9 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "common.h"
//#if defined (COOPERLAKE) || defined (SAPPHIRERAPIDS)
//#include "sbgemv_n_microk_cooperlake.c"
//#endif
#if defined (COOPERLAKE) || defined (SAPPHIRERAPIDS)
#include "sbgemv_n_microk_cooperlake.c"
#endif
#define ALIGN64_ALLOC(alloc_size, TYPE, ptr_align, ptr) \
ptr = (TYPE *) malloc(sizeof(TYPE)*alloc_size + 63); \