Skip to content

Commit

Permalink
let's try something silly again
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed May 16, 2024
1 parent 3b7b769 commit 1d1257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The definitions for the architecture itself are automatically set by CMake. */
#endif

#if defined(__SSE__) || _M_IX86_FP >= 1 || _M_AMD64 || _M_X64
#define DAEMON_USE_ARCH_INTRINSICS_i686_sse
// #define DAEMON_USE_ARCH_INTRINSICS_i686_sse
#endif

// Include intrinsics-specific headers.
Expand Down

0 comments on commit 1d1257d

Please sign in to comment.