Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167511567
D50138.id154790.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
711 B
Referenced Files
None
Subscribers
None
D50138.id154790.diff
View Options
diff --git a/www/webkit2-gtk/files/patch-Source_JavaScriptCore_runtime_MathCommon.cpp b/www/webkit2-gtk/files/patch-Source_JavaScriptCore_runtime_MathCommon.cpp
new file mode 100644
--- /dev/null
+++ b/www/webkit2-gtk/files/patch-Source_JavaScriptCore_runtime_MathCommon.cpp
@@ -0,0 +1,11 @@
+--- Source/JavaScriptCore/runtime/MathCommon.cpp.orig 2024-10-21 09:00:02 UTC
++++ Source/JavaScriptCore/runtime/MathCommon.cpp
+@@ -635,7 +635,7 @@ JSC_DEFINE_NOEXCEPT_JIT_OPERATION(f64_nearest, double,
+ return std::nearbyint(operand);
+ }
+
+-#if OS(LINUX) && !defined(__GLIBC__)
++#if OS(UNIX) && !defined(__GLIBC__)
+ static inline float roundevenf(float operand)
+ {
+ float rounded = roundf(operand);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 23, 9:37 AM (11 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37130303
Default Alt Text
D50138.id154790.diff (711 B)
Attached To
Mode
D50138: www/webkit2-gtk: properly expose roundeven{,f} on 32-bit platforms
Attached
Detach File
Event Timeline
Log In to Comment