factor/basis/math/vectors/simd
Slava Pestov b61ff44b66 math.vectors.simd: don't run x86-specific tests on PPC 2009-09-11 21:38:40 -05:00
..
alien Specialized array overhaul 2009-09-09 22:33:34 -05:00
functor math.vectors.simd: slightly faster 'sum' on 256-bit vectors: add the two components then do horizontal add, instead of doing a horizontal add on each one and adding the results 2009-09-04 02:23:25 -05:00
intrinsics math.vectors.simd: split off intrinsics into a sub-vocabulary, to avoid loading most of the SIMD code on bootstrap 2009-09-03 03:43:43 -05:00
authors.txt Initial implementation of SSE vector intrinsics: 2009-09-03 02:33:07 -05:00
simd-docs.factor math.vectors.simd: fix help rendering 2009-09-08 14:49:27 -05:00
simd-tests.factor math.vectors.simd: don't run x86-specific tests on PPC 2009-09-11 21:38:40 -05:00
simd.factor math.vectors.simd: remove useless dependency 2009-09-08 13:55:56 -05:00