From c5971b8a7b960803440d894b68b4620e6996ae13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 23 Sep 2014 03:16:33 +0000 Subject: Lint. git-svn-id: http://svn.drobilla.net/zix/trunk@87 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- zix/patree.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'zix/patree.c') 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 -//#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; -- cgit v1.2.1