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

#include <stdint.h>

uint64_t deinterleave32(uint64_t in);
uint64_t interleave32(uint64_t in);

#endif /* INTERLEAVE_H_ */