From 59cc7d258aafb1a54ea8e2cb67a5143cabb84fcb Mon Sep 17 00:00:00 2001 From: Bausager Date: Fri, 19 Jun 2026 12:50:42 +0200 Subject: [PATCH] Update main.cpp --- main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.cpp b/main.cpp index f481c6e..9ce64b6 100644 --- a/main.cpp +++ b/main.cpp @@ -59,8 +59,6 @@ // Function description like: //-------------------------------------------------------------------------------------------------------------------------- // Function Name : panic::math::matmul_serial -// Revision : 0.1.0 -// Date : 2026-06-19 // // Description: // Performs serial matrix multiplication: @@ -96,8 +94,6 @@ //-------------------------------------------------------------------------------------------------------------------------- // Function Name : panic::math::sqrt -// Revision : 0.1.0 -// Date : 2026-06-19 // // Description: // Computes an approximation of the square root of a scalar value.