Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 18 Jan 2020 19:15:16 +0300
From: Alexander Monakov <amonakov@...ras.ru>
To: musl@...ts.openwall.com
Subject: [PATCH] math/x32: correct lrintl.s for 32-bit long

---
Looks like the implementation copied from x86_64 was not adjusted for
32-bit 'long' on x32, but apart from failure to raise FE_INVALID this
error was harmless.

 src/math/x32/lrintl.s | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


View attachment "0320-math-x32-correct-lrintl.s-for-32-bit-long.patch" of type "text/x-patch" (292 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.