File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The JavaScript-based file system was originally written before pthreads were sup
31
31
32
32
`Design Doc Link <https://docs.google.com/document/d/1-ZxybGvz0nCqygUDuWxCcCBhCebev3EbUSYoSOlc49Q/edit?usp=sharing >`_
33
33
34
- `Github Tracking Issue <https://github.com/emscripten-core/emscripten/issues/15041 >`_
34
+ `GitHub Tracking Issue <https://github.com/emscripten-core/emscripten/issues/15041 >`_
35
35
36
36
Differences you may notice with the original JS filesystem include:
37
37
Original file line number Diff line number Diff line change @@ -1152,7 +1152,7 @@ instructions which operate on 128-bit wide vectors are supported
1152
1152
cleanly. This means that nearly any instruction which is not of a "q"
1153
1153
variant (i.e. "vaddq" as opposed to "vadd") will be scalarized.
1154
1154
1155
- These are pulled from `SIMDe repository on Github
1155
+ These are pulled from `SIMDe repository on GitHub
1156
1156
<https://github.com/simd-everywhere/simde> `_. To update emscripten
1157
1157
with the latest SIMDe version, run `tools/simde_update.py `.
1158
1158
You can’t perform that action at this time.
0 commit comments