Browse Source

Reinstate the CooperLake microkernel

tags/v0.3.30
Martin Kroeker GitHub 5 months ago
parent
commit
96d80801bc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      kernel/x86_64/sbgemv_n.c

+ 3
- 3
kernel/x86_64/sbgemv_n.c 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); \


Loading…
Cancel
Save