From 45cbabcf58d5a2f44fc5dbc2205941af44c152ea Mon Sep 17 00:00:00 2001 From: Matthew Barber Date: Wed, 20 Mar 2024 11:19:51 +0000 Subject: [PATCH] Improve `index.md` * Fix typo * Improve platforms sentence --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a8866e946..3358491d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ OpenBLAS is an optimized Basic Linear Algebra Subprograms (BLAS) library based on [GotoBLAS2](https://www.tacc.utexas.edu/research-development/tacc-software/gotoblas2) 1.13 BSD version. -OpenBLAS implements low-level routines for performing linear algebra operations such as vector addition, scalar multiplication, dot products, linear combinations, and matrix multiplicationon. OpenBLAS makes these routines available on multiple popular platforms, covering desktop (Windows, Linux, Mac) and mobile (Android, iOS) operating systems, as well as different architectures (namely x86 and ARM). +OpenBLAS implements low-level routines for performing linear algebra operations such as vector addition, scalar multiplication, dot products, linear combinations, and matrix multiplication. OpenBLAS makes these routines available on multiple platforms, covering server, desktop and mobile operating systems, as well as different architectures including x86, ARM, MIPS, PPC, RISC-V, and zarch. The old GotoBLAS documentation can be found [on GitHub](https://github.com/OpenMathLib/OpenBLAS/blob/develop/GotoBLAS_01Readme.txt).