Hi everyone,
As we know, before we add a vector and a scalar, the first thing to do is to
duplicate the scalar varable. For example (the vector has a length of 16):
for (int i = 0; i < 16; i ++) c[i] = a[i] + b;
will goes to:
vld v0,a0
vdup v1,a1
vadd v0,v0,v1
vfst v0,a2
And now we
Snapshot gcc-11-20200719 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/11-20200719/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 11 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
On Sun, 19 Jul 2020, Frank Ch. Eigler wrote:
> > Not the issue of wasted resources including the list server processing
> > and sending the messages intended to my address, bandwidth and all the
> > network equipment involved on the way, and finally the local mail server
> > receiving and dispa
Hi -
> Not the issue of wasted resources including the list server processing
> and sending the messages intended to my address, bandwidth and all the
> network equipment involved on the way, and finally the local mail server
> receiving and dispatching the message to `procmail'. It all does n
On Fri, 17 Jul 2020, Christopher Faylor wrote:
> > Most of this stuff is vendor branch stuff I find completely uninteresting
> >to me and which from my point of view is a waste of resources. I could
> >filter it to /dev/null via `procmail', but that would still be a waste.
>
> Actually, it see