6 lines
156 B
C
6 lines
156 B
C
/// @file transpose8x1_noinline.h
|
|
/// Declares the 8x1 transposition function
|
|
|
|
#pragma once
|
|
void transpose8x1_noinline(unsigned char *A, unsigned char *B);
|