Falling back to 32-bit integers for dim_t, etc.

Details:
- In light of recent segfaulting issues when compiling on 32-bit systems,
  I've changed the default typedef for gint_t and guint_t from int64_t and
  uint64_t to int32_t and uint32_t, respectively.
- Disabled 64-bit integers in the blas2blis layer for the reference
  configuration.
- Added type sizes of gint_t, guint_t, and the four floating-point datatypes
  to introductory output of the testsuite.
This commit is contained in:
Field G. Van Zee
2013-09-04 12:09:11 -05:00
parent b776ddcd43
commit 981a60cfa0
3 changed files with 21 additions and 3 deletions

View File

@@ -133,7 +133,7 @@
// Enable 64-bit integers in the BLAS compatibility layer? If disabled,
// these integers will be defined as 32-bit.
#define BLIS_ENABLE_BLAS2BLIS_INT64
//#define BLIS_ENABLE_BLAS2BLIS_INT64
// Fortran-77 name-mangling macros.
#define PASTEF770(name) name ## _