factor/basis/math/vectors/simd
Slava Pestov b8ec5c6176 Stack allocation improvements
- New with-out-parameters combinator
- Inhibit tail call optimization in frames with local allocation, to ensure that passing a stack allocated value to the last word in the quotation works
- local allocations are now aligned properly
- spill slots are now aligned properly aligned in frames which have parameter and local allocation areas
2010-05-22 02:37:00 -04:00
..
cords math.vectors.simd.cords: implement new-sequence and like methods on cords to make cross product work 2010-05-13 21:55:19 -04:00
intrinsics specialized-arrays: rename byte-array>T-array to T-array-cast, and make it work with anything that responds to >c-ptr / byte-length 2010-05-18 23:09:34 -04:00
mirrors sever lingering dependencies on simd from compiler 2009-11-11 16:08:40 -06:00
authors.txt Initial implementation of SSE vector intrinsics: 2009-09-03 02:33:07 -05:00
simd-docs.factor Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
simd-tests.factor Stack allocation improvements 2010-05-22 02:37:00 -04:00
simd.factor Stack allocation improvements 2010-05-22 02:37:00 -04:00
summary.txt math.vectors.simd: redesign to be more flexible, integer SIMD work in progress 2009-09-20 02:08:32 -05:00