Skip to content

Commit

Permalink
xprecompiled: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Mar 26, 2024
1 parent cb94181 commit e2b3906
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion asteria/xprecompiled.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,14 @@
#include <unistd.h>
#include <limits.h>
#include <wchar.h>

#ifdef __SSE2__
#include <x86intrin.h>
#include <emmintrin.h>
#endif

#ifdef __AVX__
#include <immintrin.h>
#endif // __SSE2__
#endif

#endif

0 comments on commit e2b3906

Please sign in to comment.