Changeset 38974

Timestamp:
Aug 26, 2007, 7:40:25 PM (15 years ago)
Author:
Ronald Garcia
Message:

Implemented an mpl::int_ based unrolling copy algorithm.
Changed subarrays to carry their own copy of extents, strides, and index bases
(in the hopes that this helps gcc track data dependencies)
implemented the copying of this data using the unrolling copy algorithm
because gcc does not seem to optimize for loops or std::copy very well.

(No files)

Note: See TracChangeset for help on using the changeset viewer.