Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
#include "crc32_constants.h"
#include "crc32_braid_tbl.h"
-#if defined (__clang__)
-#include "fallback_builtins.h"
-#endif
+#include "power_intrins.h"
#define MAX_SIZE 32768
#define VMX_ALIGN 16
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-#ifndef POWER_BUILTINS_H
-#define POWER_BUILTINS_H
+#ifndef POWER_INTRINS_H
+#define POWER_INTRINS_H
+#if defined (__clang__)
/*
* These stubs fix clang incompatibilities with GCC builtins.
*/
}
#endif
+
+#endif