BMZ8 - A 8 bit version of BMZ has been added

This commit is contained in:
fc_botelho
2005-09-05 17:32:21 +00:00
parent eb3afb8e8e
commit 0bd5ad5d1a
7 changed files with 628 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ typedef float cmph_float32;
typedef enum { CMPH_HASH_DJB2, CMPH_HASH_FNV, CMPH_HASH_JENKINS,
CMPH_HASH_SDBM, CMPH_HASH_COUNT } CMPH_HASH;
extern const char *cmph_hash_names[];
typedef enum { CMPH_BMZ, CMPH_CHM, CMPH_BRZ, CMPH_COUNT } CMPH_ALGO; /* included -- Fabiano */
typedef enum { CMPH_BMZ, CMPH_BMZ8, CMPH_CHM, CMPH_BRZ, CMPH_COUNT } CMPH_ALGO; /* included -- Fabiano */
extern const char *cmph_names[];
#endif