Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cblas / sswap.c
1 #include <gsl/gsl_math.h>
2 #include <gsl/gsl_cblas.h>
3 #include "cblas.h"
4
5 void
6 cblas_sswap (const int N, float *X, const int incX, float *Y, const int incY)
7 {
8 #define BASE float
9 #include "source_swap_r.h"
10 #undef BASE
11 }