Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / arch / i386 / klib / fast_crc.c
index 23843900cd7d9767d279370b36d92967683274c2..5332b76aa76498a572886e84da69bdfd0358db75 100644 (file)
@@ -1,7 +1,7 @@
 #include <lunaix/types.h>
 #include <klibc/crc.h>
 
-#ifdef CONFIG_X86_SSE4
+#ifdef CONFIG_X86_ENABLE_SSE_FEATURE
 unsigned int
 crc32b(unsigned char* data, unsigned int size)
 {