CMM2: CSUB BitOrderReverse
Author | Message | ||||
twofingers Guru ![]() Joined: 02/06/2014 Location: GermanyPosts: 1364 |
This is a conversion of an old bit order reversal CFunction for MM2. Demo and C source: Bitorderreversal.zip I needed it for a project. BitOrderReverse Demo Input: 0010111100101111001011110010111100101111001011110010111100101111 Output: 1111010011110100111101001111010011110100111101001111010011110100 10000 loops: CSUB FUNC Empty 1x CSUB 1x FUNC 233ms 572ms 22ms 21us 55us Regards Michael |
||||