public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug spam/62665] PUTLOCKER FREE!! Watch Love & Hip Hop: Atlanta Season 3 Episode 19 Online
       [not found] <bug-62665-4@http.gcc.gnu.org/bugzilla/>
@ 2014-09-02  0:03 ` LpSolit at netscape dot net
  0 siblings, 0 replies; only message in thread
From: LpSolit at netscape dot net @ 2014-09-02  0:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62665

Frédéric Buclin <LpSolit at netscape dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|bootstrap                   |spam
         Resolution|---                         |INVALID

--- Comment #1 from Frédéric Buclin <LpSolit at netscape dot net> ---
.
>From gcc-bugs-return-460371-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Sep 02 00:08:45 2014
Return-Path: <gcc-bugs-return-460371-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 9735 invoked by alias); 2 Sep 2014 00:08:44 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 9697 invoked by uid 48); 2 Sep 2014 00:08:39 -0000
From: "g.peterhoff.home at talkplus dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/62664] MMX set intrinsics
Date: Tue, 02 Sep 2014 00:08:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: unknown
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: g.peterhoff.home at talkplus dot de
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-62664-4-BMAyD94vSU@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-62664-4@http.gcc.gnu.org/bugzilla/>
References: <bug-62664-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-09/txt/msg00205.txt.bz2
Content-length: 687

https://gcc.gnu.org/bugzilla/show_bug.cgi?idb664

--- Comment #2 from g.peterhoff.home at talkplus dot de ---
(In reply to Andrew Pinski from comment #1)
> I think you forgot to clear the MMX state.  MMX and FP share the same
> register set and need to be cleared before going from MMX to FP.

I know, but that's not the problem. If you replace
z.m=_mm_set1_pi32(r);
by
z.m=_mm_setzero_si64()
z.m+=r; // gcc only
it works.

With sse-intrinsict it works so well:

typedef union
{
    __m64    m;
    __m128i s;
    int16_t    e[4];
} ZZ;

z.s=_mm_set1_epi32(r);

AVX unfortunately I can not test because my hardware only with float/double
counted (AVX1), but not with integers (AVX2).


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-02  0:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-62665-4@http.gcc.gnu.org/bugzilla/>
2014-09-02  0:03 ` [Bug spam/62665] PUTLOCKER FREE!! Watch Love &amp; Hip Hop: Atlanta Season 3 Episode 19 Online LpSolit at netscape dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).