mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-27 14:15:55 +01:00
NAMESPACE
This commit is contained in:
parent
e564d11687
commit
70e689900b
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user