https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61202
Carrot changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61202
java4ada at yahoo dot com changed:
What|Removed |Added
CC||java4ada at yahoo dot com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61202
--- Comment #4 from carrot at gcc dot gnu.org ---
Author: carrot
Date: Wed May 21 20:46:46 2014
New Revision: 210728
URL: http://gcc.gnu.org/viewcvs?rev=210728&root=gcc&view=rev
Log:
PR target/61202
* config/aarch64/arm_neon.h (vqdmulh_n_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61202
--- Comment #3 from Carrot ---
4.8 branch also has the same problem.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61202
jgreenhalgh at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61202
--- Comment #1 from Carrot ---
In arm_neon.h, we have
__extension__ static __inline int16x8_t __attribute__ ((__always_inline__))
vqdmulhq_n_s16 (int16x8_t a, int16_t b)
{
int16x8_t result;
__asm__ ("sqdmulh %0.8h,%1.8h,%2.h[0]"
: