started adding gpu support

This commit is contained in:
unknown
2026-09-09 15:26:36 -05:00
parent 0decb483fe
commit 45650cdc0f
21 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace MathApp
contents = "";
}
}
Operations ops = new Operations(409600);
Operations ops = new Operations(640);
Console.WriteLine("[ASM] System started!");
ops.EquParserLoop(contents);
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
6e19822cf9df8a3348f7b52adfa331baa8ea4458cbec56a5f3fa3f63bc1a6672
3acf27fa7da4c0bed16312c6cbec7519a66f2b6319fa1561ba08b5cbef155736
@@ -20,3 +20,5 @@ C:\Users\Madeline McWhorter\MathApp\MathLib\obj\x86\Debug\MathLib.exe
C:\Users\Madeline McWhorter\MathApp\MathLib\obj\x86\Debug\MathLib.pdb
C:\Users\Madeline McWhorter\MathApp\MathLib\bin\Debug\SDL2-CS.dll
C:\Users\Madeline McWhorter\MathApp\MathLib\bin\Debug\Core.dll.config
C:\Users\Administrator\MathApp\MathLib\bin\Debug\SDL2-CS.dll
C:\Users\Administrator\MathApp\MathLib\bin\Debug\Core.dll.config
Binary file not shown.
Binary file not shown.