commit 5a7f1ac790ce3354ae484a4cdcc6a70fbc389088
parent 69e5f96b6bf6d574ba1c8ca8aeaced3125b9d9c2
Author: vaplv <vaplv@free.fr>
Date: Thu, 8 Jan 2015 09:09:45 +0100
Still fix a markdown formatting issue
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -4,7 +4,7 @@ This C89 library defines an interface that encapsulates and make easier the
manipulation of SIMD instruction sets. It also provides a SIMD implementation
of linear algebra operations for 3x3 and 4x4 matrices as well as quaternions
arranged in an `Array of Structures` SIMD layout. Linear algebra functions on
-`Structure of Arrays` <2|3|4\> dimensions vectors are also implemented.
+`Structure of Arrays` 2/3/4 dimensions vectors are also implemented.
Note that currently only the SSE2 instruction set is supported.