![]() |
|
PhoenixHardware
0.2.0
Tools to get hardware information
|
#include "phoenix_alignement_type.h"
Include dependency graph for phoenix_assume_aligned.h:
This graph shows which files directly or indirectly include this file: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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function: