This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: [PATCH] [ARC] Add SIMD extensions for ARC HS
- From: Claudiu Zissulescu <Claudiu dot Zissulescu at synopsys dot com>
- To: Joern Wolfgang Rennecke <gnu at amylaar dot uk>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Cc: "Francois dot Bedard at synopsys dot com" <Francois dot Bedard at synopsys dot com>, "jeremy dot bennett at embecosm dot com" <jeremy dot bennett at embecosm dot com>
- Date: Thu, 28 Apr 2016 09:55:02 +0000
- Subject: RE: [PATCH] [ARC] Add SIMD extensions for ARC HS
- Authentication-results: sourceware.org; auth=none
- References: <1460104251-30514-1-git-send-email-claziss at synopsys dot com> <5721B261 dot 9040102 at amylaar dot uk>
Committed r235551.
Thanks,
Claudiu
>
> On 08/04/16 09:30, Claudiu Zissulescu wrote:
> > This patch adds support for the new SIMD operations added to ARC HS
> > cpu class. The proposed patch doesn't chase for performance but offers
> > support for those newly added operations, and autovectorization.
> >
> > The patch is tested using dg.exp, compile.exp, and execute.exp for
> > both arc700 and archs with and without SIMD support enabled.
> >
> > OK to apply?
> > Claudiu
>
> OK.