On 05/11/2010 10:30 AM, H.J. Lu wrote:
I created a branch for 256bit vectorizer, branches/vect256/. Richard
and I will work on it to extend vectorizer to 256bit.
Jason, can you include it in git mirror? We can drop the ix86 branch
in git since there are several branches under branches/ix86.
It's already mirrored, just not one that is included in the default
clone. Assuming you have a clone like that described in
http://gcc.gnu.org/wiki/GitMirror, you would say
git config --add remote.origin.fetch
refs/remotes/vect256:refs/remotes/origin/vect256
git config --add svn-remote.svn.fetch
branches/vect256:refs/remotes/origin/vect256
and you should be all set.
I did drop the ix86 branch, as the git-svn subdirectory confusion
significantly increases the overhead from including it in the clone set.
Jason