1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-27 14:15:55 +01:00

NAMESPACE

This commit is contained in:
paboyle 2018-01-12 17:58:13 +00:00
parent e564d11687
commit 70e689900b

View File

@ -1,5 +1,5 @@
#pragma once #pragma once
namespace Grid { NAMESPACE_BEGIN(Grid);
// L1p optimisation // L1p optimisation
inline void bgq_l1p_optimisation(int mode) inline void bgq_l1p_optimisation(int mode)
{ {
@ -34,4 +34,4 @@ inline void bgq_l1p_optimisation(int mode)
*((uint64_t *)L1P_CFG_PF_USR) = cfg_pf_usr; *((uint64_t *)L1P_CFG_PF_USR) = cfg_pf_usr;
#endif #endif
} }
} NAMESPACE_END(Grid)