Added MACS source
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cblas / srot.c
1 #include <gsl/gsl_math.h>
2 #include <gsl/gsl_cblas.h>
3 #include "cblas.h"
4
5 void
6 cblas_srot (const int N, float *X, const int incX, float *Y, const int incY,
7             const float c, const float s)
8 {
9 #define BASE float
10 #include "source_rot.h"
11 #undef BASE
12 }