From d0aa736acca0509400427d8b1758f7ab2a22619d Mon Sep 17 00:00:00 2001 From: mariob92 <21146795-mariob92@users.noreply.gitlab.com> Date: Thu, 17 Oct 2024 17:00:17 +0200 Subject: [PATCH] src/core1: renamed matrix math library umbenannt: include/ml/mtx.h -> include/core1/mlmtx.h umbenannt: src/core1/code_13990.c -> src/core1/mlmtx.c --- include/{ml/mtx.h => core1/mlmtx.h} | 0 src/core1/{code_13990.c => mlmtx.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename include/{ml/mtx.h => core1/mlmtx.h} (100%) rename src/core1/{code_13990.c => mlmtx.c} (100%) diff --git a/include/ml/mtx.h b/include/core1/mlmtx.h similarity index 100% rename from include/ml/mtx.h rename to include/core1/mlmtx.h diff --git a/src/core1/code_13990.c b/src/core1/mlmtx.c similarity index 100% rename from src/core1/code_13990.c rename to src/core1/mlmtx.c