mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
891a3cfe7b
commit
aae3f0dafd
|
@ -1,3 +1,7 @@
|
||||||
|
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,
|
||||||
|
|
||||||
// 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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue