mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-07 09:31:28 +00:00
better ifdef for x86 to include SSe header that enables the member function definitions
This commit is contained in:
parent
dd8d39889c
commit
46c4e5cb41
@ -12,7 +12,8 @@
|
||||
|
||||
#include "nscore.h"
|
||||
#include "mozilla/Assertions.h"
|
||||
#if MOZILLA_MAY_SUPPORT_SSE2
|
||||
|
||||
#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
|
||||
#include "mozilla/SSE.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user