diff --git a/README.md b/README.md index 8387924..9b6291c 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ Per Wikipedia: > > where $\boldsymbol{T}$ is a triangular matrix, among other functionality. +![](./img/logo2.jpg) + ### Level 1 Functions #### `s` 32-Bit Single Precision @@ -156,6 +158,8 @@ Per Wikipedia: TODO: `gemm3m` variants +![](./img/logo3.jpg) + ### Auxiliary Macros - `f16_ge` → `!f16_lt` @@ -202,6 +206,8 @@ The following were found to be particularly helpful in composing these functions ## Testing +![](./img/logo4.jpg) + To run the test suite, you need a build of [SoftFloat 3e](http://www.jhauser.us/arithmetic/SoftFloat-3/doc/SoftFloat.html) and [µnit](https://nemequ.github.io/munit/) in the `SoftBLAS/` directory. - SoftFloat 3e at `SoftBLAS/SoftFloat/build/Linux-x86_64-GCC/` diff --git a/img/logo2.jpg b/img/logo2.jpg new file mode 100644 index 0000000..49649b7 Binary files /dev/null and b/img/logo2.jpg differ diff --git a/img/logo3.jpg b/img/logo3.jpg new file mode 100644 index 0000000..06c6d97 Binary files /dev/null and b/img/logo3.jpg differ diff --git a/img/logo4.jpg b/img/logo4.jpg new file mode 100644 index 0000000..3504ca3 Binary files /dev/null and b/img/logo4.jpg differ