/[MITgcm]/MITgcm_contrib/ecco_utils/ecco_v4_release3_optimization/optim/blas1.h
ViewVC logotype

Annotation of /MITgcm_contrib/ecco_utils/ecco_v4_release3_optimization/optim/blas1.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Jan 3 17:14:04 2018 UTC (7 years, 6 months ago) by ou.wang
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Check in the optimization used in ECCO v4r3

1 ou.wang 1.1
2     #ifndef BLAS1_H
3     #define BLAS1_H
4    
5     #ifdef IS_DOUBLE
6     # define SDOT ddot
7     # define SNRM2 dnrm2
8     # define SSUM dsum
9     # define SSCAL dscal
10     #else
11     # define SDOT sdot
12     # define SNRM2 snrm2
13     # define SSUM ssum
14     # define SSCAL sscal
15     #endif
16    
17     #endif

  ViewVC Help
Powered by ViewVC 1.1.22