Welcome to mirror list, hosted at ThFree Co, Russian Federation.

generic_mpi-asm-defs.h « mpi « lib - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 047d1f5a7249567a16959456da4b5442e91101d9 (plain)
1
2
3
4
/* This file defines some basic constants for the MPI machinery.  We
 * need to define the types on a per-CPU basis, so it is done with
 * this file here.  */
#define BYTES_PER_MPI_LIMB  (SIZEOF_UNSIGNED_LONG)