mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1847899 - Fix fdlibm patch. r=mgaudet DONTBUILD
Depends on D185792 Differential Revision: https://phabricator.services.mozilla.com/D185793
This commit is contained in:
parent
20169e553c
commit
e47a6ae649
@ -447,8 +447,8 @@ diff --git a/s_trunc.cpp b/s_trunc.cpp
|
||||
--- a/s_scalbnf.cpp
|
||||
+++ b/s_scalbnf.cpp
|
||||
@@ -32,10 +34,8 @@
|
||||
if (n < -126)
|
||||
n = -126;
|
||||
if (n < -126)
|
||||
n = -126;
|
||||
}
|
||||
}
|
||||
u.i = (uint32_t)(0x7f+n)<<23;
|
||||
|
Loading…
Reference in New Issue
Block a user