commit 2855f54e5b963cc7668f00a0b4f188d4ef2bffbf Author: Adam Parler Date: Sat Jul 8 15:21:33 2023 -0700 Initial Commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec453e4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +This is a ground-up rewrite of the Basic Linear Algebra Subsystem (BLAS) +written in C. To build, simply type `make` and then `make install`.