Skip to content

Commit 4433591

Browse files
authored
Fix macro definition for SSE4.1 detection (#77)
1 parent 862c2e7 commit 4433591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/streamvbyte_isadetection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ static inline uint32_t streamvbyte_detect_supported_architectures(void) {
242242
#endif // defined(_MSC_VER) && !defined(__clang__)
243243

244244

245-
#if defined(__sse41__)
245+
#if defined(__SSE4_1__)
246246
static inline bool streamvbyte_sse41(void) {
247247
return true;
248248
}

0 commit comments

Comments
 (0)