Skip to content

Commit

Permalink
enable x86 make
Browse files Browse the repository at this point in the history
  • Loading branch information
SadiinsoSnowfall committed Jul 7, 2024
1 parent 4d94ffe commit 346bbc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/eve/detail/function/make.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ namespace eve

#include <eve/detail/function/simd/common/make.hpp>

// #if defined(EVE_INCLUDE_X86_HEADER)
// # include <eve/detail/function/simd/x86/make.hpp>
// #endif
#if defined(EVE_INCLUDE_X86_HEADER)
# include <eve/detail/function/simd/x86/make.hpp>
#endif

#if defined(EVE_INCLUDE_SVE_HEADER)
# include <eve/detail/function/simd/arm/sve/make.hpp>
Expand Down

0 comments on commit 346bbc4

Please sign in to comment.