interleave.h 128 Bytes
Newer Older
Martin Schläffer committed
1 2 3 4 5 6 7 8
#ifndef INTERLEAVE_H_
#define INTERLEAVE_H_

#include <stdint.h>

uint64_t interleave8(uint64_t x);

#endif /* INTERLEAVE_H_ */