summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-09-23 03:16:33 +0000
committerDavid Robillard <d@drobilla.net>2014-09-23 03:16:33 +0000
commitc5971b8a7b960803440d894b68b4620e6996ae13 (patch)
tree3f72b90836b22c936b90d46e6f93e8a257e0f6c3
parent2dade41afd1f3178396ab7086fbf29d4e2d4ab0b (diff)
downloadzix-c5971b8a7b960803440d894b68b4620e6996ae13.tar.gz
zix-c5971b8a7b960803440d894b68b4620e6996ae13.tar.bz2
zix-c5971b8a7b960803440d894b68b4620e6996ae13.zip
Lint.
git-svn-id: http://svn.drobilla.net/zix/trunk@87 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
-rw-r--r--zix/hash.c1
-rw-r--r--zix/patree.c6
2 files changed, 2 insertions, 5 deletions
diff --git a/zix/hash.c b/zix/hash.c
index 5d2b18c..9e0ee0f 100644
--- a/zix/hash.c
+++ b/zix/hash.c
@@ -230,4 +230,3 @@ zix_hash_foreach(const ZixHash* hash,
}
}
}
-
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;