changed long to blaslong for windows compatibility

This commit is contained in:
wernsaar 2014-08-05 13:28:39 +02:00
parent 793f2d43b0
commit 9175b8bd5f
4 changed files with 12 additions and 12 deletions

View File

@ -26,12 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#define HAVE_KERNEL_16x4 1
static void sgemv_kernel_16x4( long n, float **ap, float *x, float *y) __attribute__ ((noinline));
static void sgemv_kernel_16x4( BLASLONG n, float **ap, float *x, float *y) __attribute__ ((noinline));
static void sgemv_kernel_16x4( long n, float **ap, float *x, float *y)
static void sgemv_kernel_16x4( BLASLONG n, float **ap, float *x, float *y)
{
long register i = 0;
BLASLONG register i = 0;
__asm__ __volatile__
(

View File

@ -26,12 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#define HAVE_KERNEL_16x4 1
static void sgemv_kernel_16x4( long n, float **ap, float *x, float *y) __attribute__ ((noinline));
static void sgemv_kernel_16x4( BLASLONG n, float **ap, float *x, float *y) __attribute__ ((noinline));
static void sgemv_kernel_16x4( long n, float **ap, float *x, float *y)
static void sgemv_kernel_16x4( BLASLONG n, float **ap, float *x, float *y)
{
long register i = 0;
BLASLONG register i = 0;
__asm__ __volatile__
(

View File

@ -26,12 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#define HAVE_KERNEL_16x4 1
static void sgemv_kernel_16x4( long n, float **ap, float *x, float *y) __attribute__ ((noinline));
static void sgemv_kernel_16x4( BLASLONG n, float **ap, float *x, float *y) __attribute__ ((noinline));
static void sgemv_kernel_16x4( long n, float **ap, float *x, float *y)
static void sgemv_kernel_16x4( BLASLONG n, float **ap, float *x, float *y)
{
long register i = 0;
BLASLONG register i = 0;
__asm__ __volatile__
(

View File

@ -26,12 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#define HAVE_KERNEL_16x4 1
static void sgemv_kernel_16x4( long n, float **ap, float *x, float *y) __attribute__ ((noinline));
static void sgemv_kernel_16x4( BLASLONG n, float **ap, float *x, float *y) __attribute__ ((noinline));
static void sgemv_kernel_16x4( long n, float **ap, float *x, float *y)
static void sgemv_kernel_16x4( BLASLONG n, float **ap, float *x, float *y)
{
long register i = 0;
BLASLONG register i = 0;
__asm__ __volatile__
(