12inline void synchronize_threads() {}
18struct is_arithmetic : std::integral_constant<bool, std::is_arithmetic<T>::value> {};
20template <
class T,
class U>
21struct is_assignable : std::integral_constant<bool, std::is_assignable<T, U>::value> {};
24struct is_floating_point
25 : std::integral_constant<bool, std::is_floating_point<T>::value> {};
This file defines all includes for HILA.
Implement hila::swap for gauge fields.