QUDA
v1.1.0
A library for QCD on GPUs
|
#include <static_gcd.h>
Static Public Attributes | |
static const bool | u_odd = (u & 0x1) == 1 |
static const bool | v_odd = (v & 0x1) == 1 |
static const bool | equal = u == v |
static const int | value = equal ? u : detail::static_gcd_helper<u_odd, v_odd, u, v>::value |
Definition at line 60 of file static_gcd.h.
|
static |
Definition at line 63 of file static_gcd.h.
|
static |
Definition at line 61 of file static_gcd.h.
|
static |
Definition at line 62 of file static_gcd.h.
|
static |
Definition at line 64 of file static_gcd.h.