All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1308381] Re: illegal instructions for AArch64 ARMv8
       [not found] <20140416080421.17349.87781.malonedeb@chaenomeles.canonical.com>
@ 2016-11-24 10:30 ` Thomas Huth
  0 siblings, 0 replies; only message in thread
From: Thomas Huth @ 2016-11-24 10:30 UTC (permalink / raw)
  To: qemu-devel

Patch had been included here:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e44a90c59697cf98
==> Fix released

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1308381

Title:
  illegal instructions for AArch64 ARMv8

Status in QEMU:
  Fix Released

Bug description:
  The test case is in the attachment. To reproduce as following (I tried both GCC and Clang):
  $aarch64-linux-gnu-gcc qemu.c -o test
  $./test
  qemu: uncaught target signal 4 (Illegal instruction) - core dumped
  Illegal instruction (core dumped)

  In the test case, 3 intrinsics are tested: vqmovunh_s16,  vqmovuns_s32, vqmovund_s64. They will be compiled into instructions:
  SQXTUN Bd, Hn
  SQXTUN Hd, Sn
  SQXTUN Sd, Dn.

  QEMU is get from trunk git://git.qemu.org/qemu.git. Other instructions
  work well. It seems that these instructions are not supported in QEMU.
  Is this a bug?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1308381/+subscriptions

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

only message in thread, other threads:[~2016-11-24 10:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20140416080421.17349.87781.malonedeb@chaenomeles.canonical.com>
2016-11-24 10:30 ` [Qemu-devel] [Bug 1308381] Re: illegal instructions for AArch64 ARMv8 Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.