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

#include <stdint.h>

Enrico Pozzobon committed
6 7
#include "forceinline.h"

Martin Schläffer committed
8 9 10 11
uint64_t deinterleave32(uint64_t in);
uint64_t interleave32(uint64_t in);

#endif /* INTERLEAVE_H_ */