mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-19 06:25:12 +00:00
better ifdef for x86 to include SSe header that enables the member function definitions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user