summaryrefslogtreecommitdiffstats
path: root/zix/patree.c
diff options
context:
space:
mode:
Diffstat (limited to 'zix/patree.c')
-rw-r--r--zix/patree.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/zix/patree.c b/zix/patree.c
index f3603a2..efb0a26 100644
--- a/zix/patree.c
+++ b/zix/patree.c
@@ -25,13 +25,11 @@
#include "zix/common.h"
#include "zix/patree.h"
-//#undef __SSE4_2__
-
#ifdef __SSE4_2__
#include <smmintrin.h>
-//#warning Using SSE 4.2
+// #warning Using SSE 4.2
#else
-//#warning SSE 4.2 disabled
+// #warning SSE 4.2 disabled
#endif
typedef uint_fast8_t n_edges_t;