Fixed __builtin config
This commit is contained in:
parent
54437e2e1a
commit
73e0be23d4
3
crc32.c
3
crc32.c
@ -23,8 +23,11 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "crc32.h"
|
#include "crc32.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE___BUILTIN_BSWAP32
|
#ifndef HAVE___BUILTIN_BSWAP32
|
||||||
static inline unsigned __builtin_bswap32(unsigned x) {
|
static inline unsigned __builtin_bswap32(unsigned x) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user