(no commit message)
authorlkcl <lkcl@web>
Tue, 5 Jan 2021 01:28:37 +0000 (01:28 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 5 Jan 2021 01:28:37 +0000 (01:28 +0000)
openpower/sv/overview.mdwn

index 39e1c3e579335dbdc0af6c6a1d2f82b21df94f14..85f7e9038f8803bab44196a0b035d516f8126931 100644 (file)
@@ -515,7 +515,7 @@ definition, and its members are defined as being in LE order. From there,
 implementations may choose whatever internal HDL wire order they like
 as long as the results produced conform to the elwidth pseudocode.
 
-*Note: it turns out that both x86 SIMD and NEON SIMD follow this convention, namely that both are implicitly LE, even though their ISA Manuals may not explicitly spell this out
+*Note: it turns out that both x86 SIMD and NEON SIMD follow this convention, namely that both are implicitly LE, even though their ISA Manuals may not explicitly spell this out*
 
 * <https://developer.arm.com/documentation/ddi0406/c/Application-Level-Architecture/Application-Level-Memory-Model/Endian-support/Endianness-in-Advanced-SIMD?lang=en>
 * <https://stackoverflow.com/questions/24045102/how-does-endianness-work-with-simd-registers>