• Convert arm_bitreversal2.S file to c code

    Hi,

    I am working on porting FFT functionality from CMSIS DSP library to another architecture.
    Unfortunate I faced with problem that arm_bitreversal_32 function is implemented in assembler.

    Does any body tried to convert it to C code?