File: mpi-asm-defs.h

package info (click to toggle)
libgcrypt11 1.5.0-5%2Bdeb7u4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,844 kB
  • sloc: ansic: 67,694; sh: 11,379; asm: 5,290; perl: 1,376; makefile: 374
file content (10 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (64)
1
2
3
4
5
6
7
8
9
10
/* 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)