blob: af8748222c77fbcca1e4323dc811dfcb92b4cf6d [file] [log] [blame]
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"
float
cblas_scasum (const int N, const void *X, const int incX)
{
#define BASE float
#include "source_asum_c.h"
#undef BASE
}