Commit aae3f0da by Gabriel Dos Reis Committed by Gabriel Dos Reis

valarray_array.h (__valarray_sum): Make inline.

2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>

	* std/valarray_array.h(__valarray_sum): Make inline.

From-SVN: r35071
parent 891a3cfe
2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com>
* std/valarray_array.h(__valarray_sum): Make inline.
2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com> 2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
* std/valarray_array.h (__valarray_get_memory, * std/valarray_array.h (__valarray_get_memory,
......
...@@ -281,7 +281,7 @@ __valarray_copy (const _Tp* __restrict__ __a, size_t __n, ...@@ -281,7 +281,7 @@ __valarray_copy (const _Tp* __restrict__ __a, size_t __n,
// Compute the product of all elements in range [__f, __l) // Compute the product of all elements in range [__f, __l)
template<typename _Tp> template<typename _Tp>
_Tp inline _Tp
__valarray_product(const _Tp* __restrict__ __f, __valarray_product(const _Tp* __restrict__ __f,
const _Tp* __restrict__ __l) const _Tp* __restrict__ __l)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment