public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "aj at suse dot de" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sources.redhat.com
Subject: [Bug libc/14461] __m128i_strloadu_tolower returns unaligned __m128i
Date: Mon, 13 Aug 2012 20:20:00 -0000	[thread overview]
Message-ID: <bug-14461-131-R2xdKGmQG3@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-14461-131@http.sourceware.org/bugzilla/>

http://sourceware.org/bugzilla/show_bug.cgi?id=14461

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de

--- Comment #4 from Andreas Jaeger <aj at suse dot de> 2012-08-13 20:20:10 UTC ---
grep shows:
sysdeps/x86_64/multiarch/strcspn-c.c:          mask = _mm_loadu_si128 ((__m128i
*) a);
sysdeps/x86_64/multiarch/varshift.h:               _mm_loadu_si128 ((__m128i *)
(___m128i_shift_right
sysdeps/x86_64/multiarch/strspn-c.c:          mask = _mm_loadu_si128 ((__m128i
*) a);
sysdeps/x86_64/multiarch/strstr.c:  return _mm_loadu_si128 ((__m128i *) p);

And looking at the files, it's (except varshift.h) the input parameter that is
returned. In these cases the loadu is always needed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


  parent reply	other threads:[~2012-08-13 20:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-13  1:00 [Bug libc/14461] New: " psyberbits at gmail dot com
2012-08-13  2:57 ` [Bug libc/14461] " john at pointysoftware dot net
2012-08-13  3:37 ` psyberbits at gmail dot com
2012-08-13  3:49 ` sh at lutzhaase dot com
2012-08-13 18:11 ` psyberbits at gmail dot com
2012-08-13 18:52 ` psyberbits at gmail dot com
2012-08-13 18:56 ` aj at suse dot de
2012-08-13 19:08 ` psyberbits at gmail dot com
2012-08-13 20:20 ` aj at suse dot de [this message]
2012-08-13 21:36 ` psyberbits at gmail dot com
2012-08-14  6:28 ` jakub at redhat dot com
2012-08-14 15:06 ` carlos_odonell at mentor dot com
2012-08-14 15:16 ` psyberbits at gmail dot com
2012-08-14 15:24 ` carlos_odonell at mentor dot com
2012-08-14 16:20 ` schwab@linux-m68k.org
2014-06-13 14:01 ` fweimer at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-14461-131-R2xdKGmQG3@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).