mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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>
|
||||
|
||||
* 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)
|
||||
template<typename _Tp>
|
||||
_Tp
|
||||
inline _Tp
|
||||
__valarray_product(const _Tp* __restrict__ __f,
|
||||
const _Tp* __restrict__ __l)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user