------- Comment #4 from bangerth at dealii dot org  2007-03-19 14:03 -------
(In reply to comment #3)
> I suspect that parallelizing for SSE/Altivec might be more peneficial
> in most cases than for OpenMP -- OpenMP is a 1,000 pounds gorilla.

I certainly agree. The beauty is that one may have both: SSE/Altivec/... if
the template argument of std::valarray is float/double/int (in which case one
would have to have explicit specializations of the member functions), and
OpenMP if it is anything else.

W.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31000

Reply via email to