File: mpi-asm-defs.h

package info (click to toggle)
libgcrypt11 1.2.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,632 kB
  • ctags: 2,760
  • sloc: ansic: 29,439; sh: 8,913; asm: 4,612; makefile: 176
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)