Byte Transpose/Shuffle

This commit is contained in:
powturbo
2015-06-11 22:19:13 +02:00
parent c631767ba5
commit 9990b4b642

View File

@ -21,7 +21,7 @@
- twitter : https://twitter.com/powturbo
- email : powturbo [_AT_] gmail [_DOT_] com
**/
// transpose.h - byte transpose
// transpose.h - byte transpose
#ifdef __cplusplus
extern "C" {
#endif