mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 22:56:41 +07:00
5 lines
210 B
C
5 lines
210 B
C
|
/* 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)
|