This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c52ffebffe
factor
/
basis
/
math
/
vectors
/
simd
History
Slava Pestov
d596e3abe7
math.vectors.simd: fix help rendering
2009-09-08 14:49:27 -05:00
..
alien
More SIMD work
2009-09-03 20:58:56 -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
Fixes
2009-09-08 00:13:18 -05:00
simd.factor
math.vectors.simd: remove useless dependency
2009-09-08 13:55:56 -05:00