This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: generic simd and c++
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Cc: aldyh at redhat dot com, pinskia at physics dot uc dot edu
- Date: Wed, 31 Jul 2002 12:59:01 -0700
- Subject: Re: generic simd and c++
- Organization: Red Hat / Chicago
- Reply-to: bkoz at redhat dot com
Somebody should just make a template specialization of std::vector that
uses the simd extensions. See <vector> and perhaps the vector<bool>
specialization already in place if you're curious.
That would rule.
Such a specialization could easily be shipped with libstdc++ as a file
in the "include/ext" directory, once copyright assignments were taken
care of.
-benjamin