This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/12872] Wrong alignment of La_x86_64_vector


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

--- Comment #5 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-07-09 23:58:08 UTC ---
(In reply to comment #4)
> The ymm field may be used:
> 
> [hjl@gnu-6 elf]$ grep La_x86_64_ymm *.c   
> tst-auditmod4b.c:      = (La_x86_64_ymm) _mm256_set1_epi32 (i + 1);

But in all these cases the ymm field is in an La_x86_64_vector which is aligned
ti 16 bytes.  The compiler should recognize this.

-- 
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]