spell JavaScript correctly
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 22 Mar 2023 22:06:56 +0000 (15:06 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 22 Mar 2023 22:06:56 +0000 (15:06 -0700)
about_us.mdwn
openpower/simple_v_spec.tex
openpower/sv.mdwn
openpower/sv/int_fp_mv.mdwn

index 332aa6b5084dcc269bdc6b9f86565ccca7a6a41f..d09dba83b0bed4753a1cf218e6caa296dc576ae8 100644 (file)
@@ -160,7 +160,7 @@ Alain's website: <http://phcomp.co.uk>
 * Availability: 8~10hrs/week
 
 ## [[Toshaan Bharvani|toshywoshy]]
-* Languages: C, C++, Golang, Python, Ruby, Assembly, Java, Javascript, bash, ksh, ...
+* Languages: C, C++, Golang, Python, Ruby, Assembly, Java, JavaScript, bash, ksh, ...
 * Interests: Software on optimized hardware, compilers, FPGAs, microarchitecture, Unix OSs, Linux, Enterprise Software
 * Experience: Software, Firmware, BIOS/UEFI, Microcode, Services
 * Other interests: History, Mechanics, Tinkering
index b8b802f77ee32bf9efd74f147a9fb534a8992bf6..bf2c9c1de91e15d26d6ccb28b32b055aaa7e92d9 100644 (file)
@@ -302,7 +302,7 @@ instructions purely on their own merit.
 \begin{itemize}
        \item The biginteger multiply-and-add instruction is similar
        to Intel's mulx in that it produces a pair of results.
-       \item Javascript(tm) rounding is present in ARM as fjcvtzs
+       \item JavaScript(tm) rounding is present in ARM as fjcvtzs
        and would save an astounding 35 instructions with 5 branches.
        \item Whilst there exist CR bit manipulation and copying
        instructions there are no CR Field manipulation instructions,
index 732d7e51228d4b735f35578426f8aab28c2b4b1c..1e9749ec057951fff8bf973817f37113c0a2e1c3 100644 (file)
@@ -222,7 +222,7 @@ Some of these Scalar instructions happen also designed to make
 Scalable Vector binaries more efficient, such
 as the crweird group.  Others are to bring the Scalar Power ISA
 up-to-date within specific workloads,
-such as a Javascript Rounding instruction
+such as a JavaScript Rounding instruction
 (which saves 35 instructions including 5 branches). None of them are strictly
 necessary but performance and power consumption may be (or, is already)
 compromised
index 2009bfdaaea87ab340d96a591f448a3aec507211..114ad9e3423654eed8f202b06e06cb9c5550edc0 100644 (file)
@@ -23,7 +23,7 @@ Links:
 Trademarks:
 
 * Rust is a Trademark of the Rust Foundation
-* Java and Javascript are Trademarks of Oracle
+* Java and JavaScript are Trademarks of Oracle
 * LLVM is a Trademark of the LLVM Foundation
 * SPIR-V is a Trademark of the Khronos Group
 * OpenCL is a Trademark of Apple, Inc.
@@ -87,7 +87,7 @@ well-suited for common/important conversion sequences:
     * **JavaScript** - modulo wrapping with Inf/NaN converted to 0
 
 The assembly listings in the [[int_fp_mv/appendix]] show how costly
-some of these language-specific conversions are: Javascript, the
+some of these language-specific conversions are: JavaScript, the
 worst case, is 32 scalar instructions including seven branch instructions.
 
 # Proposed New Scalar Instructions