caca
All checks were successful
Linux arm64 / Build (push) Successful in 41m33s

This commit is contained in:
2024-05-14 19:00:04 +02:00
parent a135df2e96
commit 8c004b64ed
13 changed files with 2512 additions and 26 deletions

4
.vscode/launch.json vendored
View File

@@ -7,8 +7,8 @@
{
"type": "xmake",
"request": "launch",
"name": "Debug XMake target",
"target": "Pivot",
"name": "Debug random kernel",
"target": "test_random_kernel",
"cwd": "${workspaceFolder}/matricies",
}
]

19
.vscode/settings.json vendored
View File

@@ -44,6 +44,23 @@
"stdexcept": "cpp",
"streambuf": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp"
"typeinfo": "cpp",
"codecvt": "cpp",
"condition_variable": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"ratio": "cpp",
"fstream": "cpp",
"future": "cpp",
"iomanip": "cpp",
"mutex": "cpp",
"semaphore": "cpp",
"sstream": "cpp",
"stop_token": "cpp",
"thread": "cpp",
"chrono": "cpp",
"optional": "cpp",
"ranges": "cpp",
"span": "cpp"
}
}