hello .I encounter a problem about the function mmwavelib_dftSingleBin .I want to modify the type of the input into uint64_t.So I will change the function ,but I do not know how to change the mmwavelib_dftSingleBin .uint32_t inputBuf[restrict] -> uint64_t inputBuf[restrict].Then how to change the rotl and swap2,can you give me some advices?