Added MACS source
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cblas / srotmg.c
1 #include <gsl/gsl_math.h>
2 #include <gsl/gsl_cblas.h>
3 #include "cblas.h"
4
5 void
6 cblas_srotmg (float *d1, float *d2, float *b1, const float b2, float *P)
7 {
8 #define BASE float
9 #include "source_rotmg.h"
10 #undef BASE
11 }