math.vectors.simd: fix help rendering
parent
2b7de60bc8
commit
0d01371baf
|
|
@ -138,8 +138,8 @@ M\ actor advance optimized.">
|
||||||
{ $code
|
{ $code
|
||||||
<" USE: compiler.tree.debugger
|
<" USE: compiler.tree.debugger
|
||||||
|
|
||||||
M\ actor advance test-mr mr.">
|
M\ actor advance test-mr mr."> }
|
||||||
"An example of a high-performance algorithm that uses SIMD primitives can be found in the " { $vocab-link "benchmark.nbody-simd" } " vocabulary." } ;
|
"An example of a high-performance algorithm that uses SIMD primitives can be found in the " { $vocab-link "benchmark.nbody-simd" } " vocabulary." ;
|
||||||
|
|
||||||
ARTICLE: "math.vectors.simd.intrinsics" "Low-level SIMD primitives"
|
ARTICLE: "math.vectors.simd.intrinsics" "Low-level SIMD primitives"
|
||||||
"The words in the " { $vocab-link "math.vectors.simd.intrinsics" } " vocabulary are used to implement SIMD support. These words have three disadvantages compared to the higher-level " { $link "math-vectors" } " words:"
|
"The words in the " { $vocab-link "math.vectors.simd.intrinsics" } " vocabulary are used to implement SIMD support. These words have three disadvantages compared to the higher-level " { $link "math-vectors" } " words:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue