Configured the project to begin working on part one.

This commit is contained in:
ed
2023-03-02 20:16:05 -05:00
parent 5d3b099970
commit a12ba641f1
14 changed files with 18742 additions and 1 deletions
+15 -1
View File
@@ -1,2 +1,16 @@
# perfaware
Homework for Casey's Performance Aware Programming course
Homework for Casey's [Performance Aware Programming course](https://www.computerenhance.com/p/table-of-contents)
[Material Source](https://github.com/cmuratori/computer_enhance)
Thirdparty Libraries:
* [zpl](https://github.com/zpl-c) - Used instead of the C/C++ standard library.
Tools:
* [scoop](https://scoop.sh) : Windows package manager
* clang : C/C++ compiler
```scoop install llvm```
* meson : Build system
```scoop install meson```
* nasm : x86 Assembler
```scoop install nasm```