This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generic simd and c++


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]