From 2855f54e5b963cc7668f00a0b4f188d4ef2bffbf Mon Sep 17 00:00:00 2001 From: Adam Parler Date: Sat, 8 Jul 2023 15:21:33 -0700 Subject: [PATCH] Initial Commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md 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`.