Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 835275 Details for
Bug 1040452
3rdparty/double-convertion is too old for AArch64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
upstream (doube-convertion) patch to add AArch64 support
0001-Add-ARM-64-support.patch (text/plain), 1.10 KB, created by
Marcin Juszkiewicz
on 2013-12-11 13:08:04 UTC
(
hide
)
Description:
upstream (doube-convertion) patch to add AArch64 support
Filename:
MIME Type:
Creator:
Marcin Juszkiewicz
Created:
2013-12-11 13:08:04 UTC
Size:
1.10 KB
patch
obsolete
>From 86c52dab02836843e9e32793768ec5b9b3401049 Mon Sep 17 00:00:00 2001 >From: Florian Loitsch <floitsch@google.com> >Date: Wed, 6 Feb 2013 23:10:21 +0100 >Subject: [PATCH] Add ARM 64 support. > >BUG: 33. >--- > src/3rdparty/double-conversion/utils.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >--- qtdeclarative-opensource-src-5.2.0-rc1.orig/src/3rdparty/double-conversion/utils.h >+++ qtdeclarative-opensource-src-5.2.0-rc1/src/3rdparty/double-conversion/utils.h >@@ -60,11 +60,12 @@ > defined(__ARMEL__) || defined(__avr32__) || _M_ARM_FP || \ > defined(__hppa__) || defined(__ia64__) || \ > defined(__mips__) || defined(__powerpc__) || \ > defined(__sparc__) || defined(__sparc) || defined(__s390__) || \ > defined(__SH4__) || defined(__alpha__) || \ >- defined(_MIPS_ARCH_MIPS32R2) >+ defined(_MIPS_ARCH_MIPS32R2) || \ >+ defined(_AARCH64EL_) > #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 > #elif defined(_M_IX86) || defined(__i386__) || defined(__i386) > #if defined(_WIN32) > // Windows uses a 64bit wide floating point stack. > #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1040452
:
835275
|
844961