[Bug target/59810] [AArch64] LDn/STn implementations are not ABI-conformant for bigendian.

2016-01-11 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59810 James Greenhalgh changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/59810] [AArch64] LDn/STn implementations are not ABI-conformant for bigendian.

2016-01-11 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59810 James Greenhalgh changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/59810] [AArch64] LDn/STn implementations are not ABI-conformant for bigendian.

2015-09-02 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59810 --- Comment #1 from Christophe Lyon --- Author: clyon Date: Wed Sep 2 14:04:22 2015 New Revision: 227402 URL: https://gcc.gnu.org/viewcvs?rev=227402=gcc=rev Log: [AArch64_be] Fix vldX/vstX AdvSIMD intrinsics. 2015-09-02 Christophe Lyon