mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 14:40:46 +01:00
NAMESPACE
This commit is contained in:
parent
e564d11687
commit
70e689900b
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
namespace Grid {
|
||||
NAMESPACE_BEGIN(Grid);
|
||||
// L1p optimisation
|
||||
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;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
NAMESPACE_END(Grid)
|
||||
|
Loading…
x
Reference in New Issue
Block a user