![]() |
PhoenixHardware
0.2.0
Tools to get hardware information
|
#include "phoenix_alignement_type.h"
Go to the source code of this file.
Functions | |
template<typename T> | |
const T * | phoenix_assume_aligned (const T *tabValue) |
Call __builtin_assume_aligned with proper argument by respect to the table type. | |
template<typename T> | |
T * | phoenix_assume_aligned (T *tabValue) |
Call __builtin_assume_aligned with proper argument by respect to the table type. | |
|
inline |
Call __builtin_assume_aligned with proper argument by respect to the table type.
tabValue | : table of value |
Definition at line 17 of file phoenix_assume_aligned.h.
References phoenix_alignement_type().
Referenced by phoenix_transpose_block(), phoenix_transpose_block_copy(), and phoenix_transpose_copy().
|
inline |
Call __builtin_assume_aligned with proper argument by respect to the table type.
tabValue | : table of value |
Definition at line 26 of file phoenix_assume_aligned.h.
References phoenix_alignement_type().