Commit 85f2afbf authored by Morten Johan Sørvig's avatar Morten Johan Sørvig
Browse files

Compile on emscripten

No related merge requests found
Showing with 1 addition and 5 deletions
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment