~ubuntu-branches/ubuntu/vivid/atlas/vivid

« back to all changes in this revision

Viewing changes to tune/blas/gemm/mmtst.c

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-09-17 23:31:54 UTC
  • mto: (2.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090917233154-9esw88ub02twbuab
Tags: upstream-3.8.3
ImportĀ upstreamĀ versionĀ 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *             Automatically Tuned Linear Algebra Software v3.6.0
 
2
 *             Automatically Tuned Linear Algebra Software v3.8.3
3
3
 *                    (C) Copyright 1997 R. Clint Whaley
4
4
 *
5
5
 * Redistribution and use in source and binary forms, with or without
38
38
   #define RAND_MAX ((unsigned long)(1<<30))
39
39
#endif
40
40
#define dumb_rand() ( 0.5 - ((double)rand())/((double)RAND_MAX) )
41
 
#if defined(WALL) || defined(PentiumCPS)
 
41
#if defined(PentiumCPS) && !defined(WALL)
 
42
   #define WALL
 
43
#endif
 
44
#if defined(WALL)
42
45
   #define time00 ATL_walltime
43
46
#else
44
47
   #define time00 ATL_cputime