#include "wfm_options.h"#include <stdlib.h>#include <qmp.h>Go to the source code of this file.
Defines | |
| #define | TABLE_ALLOC(A) ALLOC(A) |
| #define | TABLE_FREE(A) FREE(A) |
| #define | ALLOC(A) memalign(WFM_ALIGN_ARG,A+256) |
| #define | SEND_ALLOC(A) memalign(WFM_ALIGN_ARG,A+256) |
| #define | FREE(A) free(A) |
Typedefs | |
| typedef double | Float |
Functions | |
| void * | memalign (size_t, size_t) |
|
|
Definition at line 90 of file wfm_config.h. |
|
|
Definition at line 92 of file wfm_config.h. |
|
|
Definition at line 91 of file wfm_config.h. |
|
|
Definition at line 76 of file wfm_config.h. |
|
|
Definition at line 77 of file wfm_config.h. |
|
|
Definition at line 47 of file wfm_config.h. Referenced by cps::LatVector::FTimesV1PlusV2(), AsqD::InvCg(), cps::Vector::NormSqNode(), cps::Vector::ReDotProductNode(), cps::wilson_m(), cps::wilson_mdag(), and cps::wilson_mdagm(). |
|
||||||||||||
|
|
1.3.9.1