math.vectors.simd: fix help rendering

db4
Slava Pestov 2009-09-08 14:49:27 -05:00
parent 12102e488f
commit d596e3abe7
1 changed files with 2 additions and 2 deletions

View File

@ -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:"