nir: replace fnv1a hash function with xxhash
[mesa.git] / src / compiler / nir / nir.h
index d32bbab5dfc8fdd6e91866dcf06176d1abd35ef6..8b43c98754eec6db9302d74417c3b86e8056389a 100644 (file)
@@ -41,6 +41,8 @@
 #include "compiler/nir_types.h"
 #include "compiler/shader_enums.h"
 #include "compiler/shader_info.h"
+#define XXH_INLINE_ALL
+#include "util/xxhash.h"
 #include <stdio.h>
 
 #ifndef NDEBUG