~ubuntu-branches/ubuntu/vivid/atlas/vivid

« back to all changes in this revision

Viewing changes to tune/blas/gemm/CASES/ATL_dmm14x1x56_sse2pABC_MN.c

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2013-06-11 15:58:16 UTC
  • mfrom: (1.1.3 upstream)
  • mto: (2.2.21 experimental)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20130611155816-b72z8f621tuhbzn0
Tags: upstream-3.10.1
Import upstream version 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *             Automatically Tuned Linear Algebra Software v3.8.4
 
2
 *             Automatically Tuned Linear Algebra Software v3.10.1
3
3
 *                    (C) Copyright 2002 R. Clint Whaley
4
4
 *
5
5
 * Redistribution and use in source and binary forms, with or without
33
33
#include "atlas_asm.h"
34
34
 
35
35
 
 
36
#ifndef ATL_SSE2
 
37
   #error "This routine requires SSE2!"
 
38
#endif
36
39
#if !defined(MB)
37
40
   #define MB 0
38
41
#endif