mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Anand Takale <Anand.Takale@imgtec.com>
To: "musl@lists.openwall.com" <musl@lists.openwall.com>
Subject: [PATCH] mips/fenv: fix fesetround by setting rounding mode
Date: Mon, 28 Sep 2015 10:38:36 +0000	[thread overview]
Message-ID: <43DB94F35C9F9E47834E992E8B3C7AF16E67C374@PUMAIL01.pu.imgtec.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

mips fesetround does not write back the rounding mode to FCSR


diff --git a/src/fenv/mips/fenv.s b/src/fenv/mips/fenv.s
index 9b45ffc..f60b0e7 100644
--- a/src/fenv/mips/fenv.s
+++ b/src/fenv/mips/fenv.s
@@ -43,6 +43,7 @@ __fesetround:
        li      $6, -4
        and     $5, $5, $6
        or      $5, $5, $4
+       ctc1    $5, $31
        jr      $ra
        li      $2, 0

[-- Attachment #2: Type: text/html, Size: 2873 bytes --]

             reply	other threads:[~2015-09-28 10:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-28 10:38 Anand Takale [this message]
2015-09-28 11:09 ` Szabolcs Nagy
2015-10-01  5:13 ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43DB94F35C9F9E47834E992E8B3C7AF16E67C374@PUMAIL01.pu.imgtec.org \
    --to=anand.takale@imgtec.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).