mbox series

[PULL,0/1] softfloat: Don't execute divdeu without power7

Message ID 20181104100826.15143-1-richard.henderson@linaro.org
Headers show
Series softfloat: Don't execute divdeu without power7 | expand

Message

Richard Henderson Nov. 4, 2018, 10:08 a.m. UTC
The following changes since commit 7d56239f159afc2e7bd42623947e56ba48f37836:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181102' into staging (2018-11-02 17:17:12 +0000)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-softfloat-20181104

for you to fetch changes up to 7370981bd1ef58b3c20ba8b83cc342d1c61bc773:

  softfloat: Don't execute divdeu without power7 (2018-11-04 10:04:40 +0000)

----------------------------------------------------------------
Only use divdeu insn with Power7 and later.

----------------------------------------------------------------
Richard Henderson (1):
      softfloat: Don't execute divdeu without power7

 include/fpu/softfloat-macros.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell Nov. 5, 2018, 11:13 a.m. UTC | #1
On 4 November 2018 at 10:08, Richard Henderson
<richard.henderson@linaro.org> wrote:
> The following changes since commit 7d56239f159afc2e7bd42623947e56ba48f37836:

>

>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181102' into staging (2018-11-02 17:17:12 +0000)

>

> are available in the Git repository at:

>

>   https://github.com/rth7680/qemu.git tags/pull-softfloat-20181104

>

> for you to fetch changes up to 7370981bd1ef58b3c20ba8b83cc342d1c61bc773:

>

>   softfloat: Don't execute divdeu without power7 (2018-11-04 10:04:40 +0000)

>

> ----------------------------------------------------------------

> Only use divdeu insn with Power7 and later.

>

> ----------------------------------------------------------------

> Richard Henderson (1):

>       softfloat: Don't execute divdeu without power7




Applied, thanks.

-- PMM