changed long to blaslong for windows compatibility
authorwernsaar <wernsaar@googlemail.com>
Tue, 5 Aug 2014 11:28:39 +0000 (13:28 +0200)
committerwernsaar <wernsaar@googlemail.com>
Tue, 5 Aug 2014 11:28:39 +0000 (13:28 +0200)
kernel/x86_64/sgemv_n_microk_bulldozer-2.c
kernel/x86_64/sgemv_n_microk_haswell-2.c
kernel/x86_64/sgemv_n_microk_nehalem-2.c
kernel/x86_64/sgemv_n_microk_sandy-2.c

index 7e9ee5c..d50fa42 100644 (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__
        (
index b19db9e..d3fee67 100644 (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__
        (
index 8499a01..3cfb82a 100644 (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__
        (
index dfcb0e1..21eff1c 100644 (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__
        (