fix using

db4
Doug Coleman 2009-09-23 12:47:20 -05:00
parent 204da68c23
commit 402e770296
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
USING: help.markup help.syntax sequences math math.vectors USING: classes.tuple.private cpu.architecture help.markup
classes.tuple.private help.syntax kernel.private math math.vectors
math.vectors.simd.intrinsics cpu.architecture ; math.vectors.simd.intrinsics sequences ;
IN: math.vectors.simd IN: math.vectors.simd
ARTICLE: "math.vectors.simd.intro" "Introduction to SIMD support" ARTICLE: "math.vectors.simd.intro" "Introduction to SIMD support"