Update main.cpp

This commit is contained in:
2026-06-19 12:50:42 +02:00
parent 1e28002151
commit 59cc7d258a
-4
View File
@@ -59,8 +59,6 @@
// Function description like: // Function description like:
//-------------------------------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------------------------------
// Function Name : panic::math::matmul_serial // Function Name : panic::math::matmul_serial
// Revision : 0.1.0
// Date : 2026-06-19
// //
// Description: // Description:
// Performs serial matrix multiplication: // Performs serial matrix multiplication:
@@ -96,8 +94,6 @@
//-------------------------------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------------------------------
// Function Name : panic::math::sqrt // Function Name : panic::math::sqrt
// Revision : 0.1.0
// Date : 2026-06-19
// //
// Description: // Description:
// Computes an approximation of the square root of a scalar value. // Computes an approximation of the square root of a scalar value.