math.vectors.simd: docs mention obsolete 'test-mr mr.' words

db4
Slava Pestov 2010-08-20 17:59:56 -07:00
parent 8b0a95e4a0
commit 6e0cb74b13
1 changed files with 2 additions and 2 deletions

View File

@ -150,11 +150,11 @@ M: actor advance ( dt actor -- )
M\\ actor advance optimized."""
}
"The " { $vocab-link "compiler.cfg.debugger" } " vocabulary can give a lower-level picture of the generated code, that includes register assignments and other low-level details. To look at low-level optimizer output, call " { $snippet "test-mr mr." } " on a word or quotation:"
"The " { $vocab-link "compiler.cfg.debugger" } " vocabulary can give a lower-level picture of the generated code, that includes register assignments and other low-level details. To look at low-level optimizer output, call " { $snippet "regs." } " on a word or quotation:"
{ $code
"""USE: compiler.tree.debugger
M\\ actor advance test-mr mr.""" }
M\\ actor advance regs.""" }
"Example of a high-performance algorithms that use SIMD primitives can be found in the following vocabularies:"
{ $list
{ $vocab-link "benchmark.nbody-simd" }