зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1114368 - Use GCC builtins in MathAlgorithms.h on mingw. r=froydnj
This commit is contained in:
Родитель
a8f3b328fd
Коммит
5600b41cb1
|
@ -146,7 +146,7 @@ Abs<long double>(const long double aLongDouble)
|
|||
|
||||
} // namespace mozilla
|
||||
|
||||
#if defined(_WIN32) && \
|
||||
#if defined(_MSC_VER) && \
|
||||
(defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64))
|
||||
# define MOZ_BITSCAN_WINDOWS
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче