changed long to blaslong for windows compatibility
This commit is contained in:
parent
793f2d43b0
commit
9175b8bd5f
|
@ -26,12 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#define HAVE_KERNEL_16x4 1
|
#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__
|
__asm__ __volatile__
|
||||||
(
|
(
|
||||||
|
|
|
@ -26,12 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#define HAVE_KERNEL_16x4 1
|
#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__
|
__asm__ __volatile__
|
||||||
(
|
(
|
||||||
|
|
|
@ -26,12 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#define HAVE_KERNEL_16x4 1
|
#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__
|
__asm__ __volatile__
|
||||||
(
|
(
|
||||||
|
|
|
@ -26,12 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#define HAVE_KERNEL_16x4 1
|
#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__
|
__asm__ __volatile__
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue