Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtBase
Commits
85f2afbf
Commit
85f2afbf
authored
9 years ago
by
Morten Johan Sørvig
Browse files
Options
Download
Patches
Plain Diff
Compile on emscripten
parent
271f75af
wip/nacl
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/corelib/tools/qsimd.cpp
+1
-5
src/corelib/tools/qsimd.cpp
with
1 addition
and
5 deletions
src/corelib/tools/qsimd.cpp
+
1
−
5
View file @
85f2afbf
...
...
@@ -636,14 +636,10 @@ int ffsll(quint64 i)
#endif
}
#endif
#elif defined(Q_OS_ANDROID) || defined(Q_OS_QNX) || defined(Q_OS_OSX) || defined(Q_OS_HAIKU)
#elif defined(Q_OS_ANDROID) || defined(Q_OS_QNX) || defined(Q_OS_OSX) || defined(Q_OS_HAIKU)
|| defined (Q_OS_NACL)
# define ffsll __builtin_ffsll
#endif
#ifdef Q_OS_NACL_NEWLIB
# define ffsll __builtin_ffsll
#endif
#ifdef Q_ATOMIC_INT64_IS_SUPPORTED
Q_CORE_EXPORT
QBasicAtomicInteger
<
quint64
>
qt_cpu_features
[
1
]
=
{
Q_BASIC_ATOMIC_INITIALIZER
(
0
)
};
#else
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets