Skip to content

Commit

Permalink
Removed unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
WillisMedwell committed Jan 25, 2024
1 parent 8185189 commit b2f91a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion build-all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if not exist "build/emscripten-ninja" (
call emcmake cmake --preset emscripten-ninja -DCMAKE_SUPPRESS_DEVELOPER_WARNINGS=ON
call cmake --build build/emscripten-ninja --config Release
cd ..

cd build-native
call UtilyTest.exe
call UtilyBenchmark.exe
3 changes: 0 additions & 3 deletions include/Utily/Simd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
#include <algorithm>
#include <bit>
#include <bitset>
#include <emmintrin.h>
#include <immintrin.h>
#include <type_traits>
#include <xmmintrin.h>

#if defined(__GNUC__) || defined(__clang__)
#define UTY_ALWAYS_INLINE __attribute__((always_inline)) inline
Expand Down

0 comments on commit b2f91a9

Please sign in to comment.