diff --git a/benchmark/asum.c b/benchmark/asum.c index 78ccdf47b..0cf70f949 100644 --- a/benchmark/asum.c +++ b/benchmark/asum.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/axpy.c b/benchmark/axpy.c index 37c7aeb63..f081e15f0 100644 --- a/benchmark/axpy.c +++ b/benchmark/axpy.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/cholesky.c b/benchmark/cholesky.c index 8d121efb3..7925ce082 100644 --- a/benchmark/cholesky.c +++ b/benchmark/cholesky.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/copy.c b/benchmark/copy.c index ea5b38d68..65ff0ae33 100644 --- a/benchmark/copy.c +++ b/benchmark/copy.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/dot.c b/benchmark/dot.c index 50d05e532..afa016d57 100644 --- a/benchmark/dot.c +++ b/benchmark/dot.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/geev.c b/benchmark/geev.c index d3751defb..92eb86f78 100644 --- a/benchmark/geev.c +++ b/benchmark/geev.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/gemm.c b/benchmark/gemm.c index 85bcbc710..885455086 100644 --- a/benchmark/gemm.c +++ b/benchmark/gemm.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/gemm3m.c b/benchmark/gemm3m.c index d39543585..96fedb588 100644 --- a/benchmark/gemm3m.c +++ b/benchmark/gemm3m.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/gemv.c b/benchmark/gemv.c index b6a42f42f..f5afcd53c 100644 --- a/benchmark/gemv.c +++ b/benchmark/gemv.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/ger.c b/benchmark/ger.c index a752a3c3e..a54545171 100644 --- a/benchmark/ger.c +++ b/benchmark/ger.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/gesv.c b/benchmark/gesv.c index 26ff8bc1a..369da4436 100644 --- a/benchmark/gesv.c +++ b/benchmark/gesv.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/getri.c b/benchmark/getri.c index 083cdc9aa..8b17b331a 100644 --- a/benchmark/getri.c +++ b/benchmark/getri.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/hemm.c b/benchmark/hemm.c index 318c407ba..b7f0c87ad 100644 --- a/benchmark/hemm.c +++ b/benchmark/hemm.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/hemv.c b/benchmark/hemv.c index 05028e3cf..b12ba8c74 100644 --- a/benchmark/hemv.c +++ b/benchmark/hemv.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/her2k.c b/benchmark/her2k.c index 028e2718f..4209e04e6 100644 --- a/benchmark/her2k.c +++ b/benchmark/her2k.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/herk.c b/benchmark/herk.c index d2e25ff46..8eee1d3a5 100644 --- a/benchmark/herk.c +++ b/benchmark/herk.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/iamax.c b/benchmark/iamax.c index 034e24ea9..fb8a00d31 100644 --- a/benchmark/iamax.c +++ b/benchmark/iamax.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/linpack.c b/benchmark/linpack.c index 7d5c87163..317321f25 100644 --- a/benchmark/linpack.c +++ b/benchmark/linpack.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/nrm2.c b/benchmark/nrm2.c index d3718f9e0..621013ae8 100644 --- a/benchmark/nrm2.c +++ b/benchmark/nrm2.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/potrf.c b/benchmark/potrf.c index 1d714549b..42457b651 100644 --- a/benchmark/potrf.c +++ b/benchmark/potrf.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/rot.c b/benchmark/rot.c index 3ff783cc6..5608a77fa 100644 --- a/benchmark/rot.c +++ b/benchmark/rot.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/scal.c b/benchmark/scal.c index 453c3234d..60ce0d90b 100644 --- a/benchmark/scal.c +++ b/benchmark/scal.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/swap.c b/benchmark/swap.c index 368c59cd4..2216ca5cf 100644 --- a/benchmark/swap.c +++ b/benchmark/swap.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/symm.c b/benchmark/symm.c index 35ebcee97..d35761585 100644 --- a/benchmark/symm.c +++ b/benchmark/symm.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/symv.c b/benchmark/symv.c index df2a5d301..25e80a99c 100644 --- a/benchmark/symv.c +++ b/benchmark/symv.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/syr2k.c b/benchmark/syr2k.c index 9840b5f3e..02521c6bc 100644 --- a/benchmark/syr2k.c +++ b/benchmark/syr2k.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/syrk.c b/benchmark/syrk.c index 34817f2bb..cf4f25dd1 100644 --- a/benchmark/syrk.c +++ b/benchmark/syrk.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/trmm.c b/benchmark/trmm.c index 54c7972db..4d43d6b11 100644 --- a/benchmark/trmm.c +++ b/benchmark/trmm.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/trsm.c b/benchmark/trsm.c index 9eae3380c..f8006fb25 100644 --- a/benchmark/trsm.c +++ b/benchmark/trsm.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/zdot-intel.c b/benchmark/zdot-intel.c index bb2c40f38..2550ee0db 100644 --- a/benchmark/zdot-intel.c +++ b/benchmark/zdot-intel.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/benchmark/zdot.c b/benchmark/zdot.c index ed9d4d2e8..a22ab2570 100644 --- a/benchmark/zdot.c +++ b/benchmark/zdot.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #ifdef __CYGWIN32__ #include #endif diff --git a/ctest/auxiliary.c b/ctest/auxiliary.c index 1f47acfd6..6b26c973b 100644 --- a/ctest/auxiliary.c +++ b/ctest/auxiliary.c @@ -1,7 +1,6 @@ /* * Written by T. H. Do, 1/23/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_c2chke.c b/ctest/c_c2chke.c index eb5b99008..4d3ff3166 100644 --- a/ctest/c_c2chke.c +++ b/ctest/c_c2chke.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_c3chke.c b/ctest/c_c3chke.c index 3b4764c4a..b707fc38d 100644 --- a/ctest/c_c3chke.c +++ b/ctest/c_c3chke.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_c3chke_3m.c b/ctest/c_c3chke_3m.c index 4d5de5150..42428ca56 100644 --- a/ctest/c_c3chke_3m.c +++ b/ctest/c_c3chke_3m.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_cblas2.c b/ctest/c_cblas2.c index 057096f32..351958e2b 100644 --- a/ctest/c_cblas2.c +++ b/ctest/c_cblas2.c @@ -4,7 +4,6 @@ * * Modified by T. H. Do, 4/08/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_cblas3.c b/ctest/c_cblas3.c index 9f48c49b1..cbaec014d 100644 --- a/ctest/c_cblas3.c +++ b/ctest/c_cblas3.c @@ -4,7 +4,6 @@ * * Modified by T. H. Do, 4/15/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_cblas3_3m.c b/ctest/c_cblas3_3m.c index f1b108c64..1013210fb 100644 --- a/ctest/c_cblas3_3m.c +++ b/ctest/c_cblas3_3m.c @@ -4,7 +4,6 @@ * * Modified by T. H. Do, 4/15/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_d2chke.c b/ctest/c_d2chke.c index 7cdd04135..225241cca 100644 --- a/ctest/c_d2chke.c +++ b/ctest/c_d2chke.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_d3chke.c b/ctest/c_d3chke.c index 700cff28f..669c46a8d 100644 --- a/ctest/c_d3chke.c +++ b/ctest/c_d3chke.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_dblas2.c b/ctest/c_dblas2.c index 423a58748..01a167d3d 100644 --- a/ctest/c_dblas2.c +++ b/ctest/c_dblas2.c @@ -4,7 +4,6 @@ * * Modified by T. H. Do, 1/23/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_dblas3.c b/ctest/c_dblas3.c index 85d7913c0..44be8e2c9 100644 --- a/ctest/c_dblas3.c +++ b/ctest/c_dblas3.c @@ -4,7 +4,6 @@ * * Modified by T. H. Do, 2/19/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_s2chke.c b/ctest/c_s2chke.c index 145515300..39a035dff 100644 --- a/ctest/c_s2chke.c +++ b/ctest/c_s2chke.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_s3chke.c b/ctest/c_s3chke.c index 632eaae30..22a649f0b 100644 --- a/ctest/c_s3chke.c +++ b/ctest/c_s3chke.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_sblas2.c b/ctest/c_sblas2.c index 6cbc074c7..4fdf856df 100644 --- a/ctest/c_sblas2.c +++ b/ctest/c_sblas2.c @@ -4,7 +4,6 @@ * * Modified by T. H. Do, 1/23/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_sblas3.c b/ctest/c_sblas3.c index e3977d026..9b89c0abe 100644 --- a/ctest/c_sblas3.c +++ b/ctest/c_sblas3.c @@ -4,8 +4,6 @@ * * Modified by T. H. Do, 2/19/98, SGI/CRAY Research. */ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_xerbla.c b/ctest/c_xerbla.c index 9c5357653..2b22142b7 100644 --- a/ctest/c_xerbla.c +++ b/ctest/c_xerbla.c @@ -1,7 +1,5 @@ -#include #include #include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_z2chke.c b/ctest/c_z2chke.c index 8767b5201..bac1b29e1 100644 --- a/ctest/c_z2chke.c +++ b/ctest/c_z2chke.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_z3chke.c b/ctest/c_z3chke.c index 054e72360..856010738 100644 --- a/ctest/c_z3chke.c +++ b/ctest/c_z3chke.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_z3chke_3m.c b/ctest/c_z3chke_3m.c index 4be4457b4..9b88c91de 100644 --- a/ctest/c_z3chke_3m.c +++ b/ctest/c_z3chke_3m.c @@ -1,5 +1,3 @@ -#include -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_zblas2.c b/ctest/c_zblas2.c index 8854dcc6d..872ee9567 100644 --- a/ctest/c_zblas2.c +++ b/ctest/c_zblas2.c @@ -4,7 +4,6 @@ * * Modified by T. H. Do, 4/08/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" diff --git a/ctest/c_zblas3.c b/ctest/c_zblas3.c index 40afa4edf..cee2073e7 100644 --- a/ctest/c_zblas3.c +++ b/ctest/c_zblas3.c @@ -4,7 +4,6 @@ * * Modified by T. H. Do, 4/15/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" #define TEST_COL_MJR 0 diff --git a/ctest/c_zblas3_3m.c b/ctest/c_zblas3_3m.c index 46ff467d0..6a273e4a9 100644 --- a/ctest/c_zblas3_3m.c +++ b/ctest/c_zblas3_3m.c @@ -4,7 +4,6 @@ * * Modified by T. H. Do, 4/15/98, SGI/CRAY Research. */ -#include #include "common.h" #include "cblas_test.h" #define TEST_COL_MJR 0 diff --git a/driver/level2/gbmv_k.c b/driver/level2/gbmv_k.c index 498f5fef7..8039b16e0 100644 --- a/driver/level2/gbmv_k.c +++ b/driver/level2/gbmv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/gbmv_thread.c b/driver/level2/gbmv_thread.c index 4fce9744f..02c52b314 100644 --- a/driver/level2/gbmv_thread.c +++ b/driver/level2/gbmv_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #if !defined(CONJ) && !defined(XCONJ) diff --git a/driver/level2/gemv_thread.c b/driver/level2/gemv_thread.c index 061454848..3368b7d40 100644 --- a/driver/level2/gemv_thread.c +++ b/driver/level2/gemv_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #ifndef TRANSA diff --git a/driver/level2/ger_thread.c b/driver/level2/ger_thread.c index 0a5e14cef..0962a2e7e 100644 --- a/driver/level2/ger_thread.c +++ b/driver/level2/ger_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #include "symcopy.h" diff --git a/driver/level2/sbmv_k.c b/driver/level2/sbmv_k.c index 58f57df8b..f0a72ebea 100644 --- a/driver/level2/sbmv_k.c +++ b/driver/level2/sbmv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/sbmv_thread.c b/driver/level2/sbmv_thread.c index 50efa350a..32f0981d9 100644 --- a/driver/level2/sbmv_thread.c +++ b/driver/level2/sbmv_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #if !defined(HEMV) && !defined(HEMVREV) diff --git a/driver/level2/spmv_k.c b/driver/level2/spmv_k.c index e48b8b3f1..81f1d5d14 100644 --- a/driver/level2/spmv_k.c +++ b/driver/level2/spmv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/spmv_thread.c b/driver/level2/spmv_thread.c index e52b08d0e..14f7b868c 100644 --- a/driver/level2/spmv_thread.c +++ b/driver/level2/spmv_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #include "symcopy.h" diff --git a/driver/level2/spr2_k.c b/driver/level2/spr2_k.c index e742b246f..fd132b46b 100644 --- a/driver/level2/spr2_k.c +++ b/driver/level2/spr2_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/spr2_thread.c b/driver/level2/spr2_thread.c index b72524a0d..ae877fb08 100644 --- a/driver/level2/spr2_thread.c +++ b/driver/level2/spr2_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){ diff --git a/driver/level2/spr_thread.c b/driver/level2/spr_thread.c index b1a066867..ae840e437 100644 --- a/driver/level2/spr_thread.c +++ b/driver/level2/spr_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){ diff --git a/driver/level2/symv_thread.c b/driver/level2/symv_thread.c index ab783de2b..e818c8e28 100644 --- a/driver/level2/symv_thread.c +++ b/driver/level2/symv_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #include "symcopy.h" diff --git a/driver/level2/syr2_k.c b/driver/level2/syr2_k.c index 5bbd47bdf..ebd97cb30 100644 --- a/driver/level2/syr2_k.c +++ b/driver/level2/syr2_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/syr2_thread.c b/driver/level2/syr2_thread.c index 4c3294493..504626972 100644 --- a/driver/level2/syr2_thread.c +++ b/driver/level2/syr2_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){ diff --git a/driver/level2/syr_thread.c b/driver/level2/syr_thread.c index 0eb54289f..19e6c41dc 100644 --- a/driver/level2/syr_thread.c +++ b/driver/level2/syr_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){ diff --git a/driver/level2/tbmv_L.c b/driver/level2/tbmv_L.c index 03aa22f2f..9689980d4 100644 --- a/driver/level2/tbmv_L.c +++ b/driver/level2/tbmv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/tbmv_U.c b/driver/level2/tbmv_U.c index 2fdf120d1..dd3cf1282 100644 --- a/driver/level2/tbmv_U.c +++ b/driver/level2/tbmv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/tbmv_thread.c b/driver/level2/tbmv_thread.c index 67109b53f..b5bbc8a92 100644 --- a/driver/level2/tbmv_thread.c +++ b/driver/level2/tbmv_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #include "symcopy.h" diff --git a/driver/level2/tbsv_L.c b/driver/level2/tbsv_L.c index db8782ac0..61096726e 100644 --- a/driver/level2/tbsv_L.c +++ b/driver/level2/tbsv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/tbsv_U.c b/driver/level2/tbsv_U.c index 1d5a6c42d..5ef07ecbb 100644 --- a/driver/level2/tbsv_U.c +++ b/driver/level2/tbsv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/tpmv_L.c b/driver/level2/tpmv_L.c index 89618077b..161aae921 100644 --- a/driver/level2/tpmv_L.c +++ b/driver/level2/tpmv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/tpmv_U.c b/driver/level2/tpmv_U.c index 4f21c5318..f4d80df1a 100644 --- a/driver/level2/tpmv_U.c +++ b/driver/level2/tpmv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/tpmv_thread.c b/driver/level2/tpmv_thread.c index a077591a5..b38a15a96 100644 --- a/driver/level2/tpmv_thread.c +++ b/driver/level2/tpmv_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #include "symcopy.h" diff --git a/driver/level2/tpsv_L.c b/driver/level2/tpsv_L.c index 7baf5b73e..d6de554dc 100644 --- a/driver/level2/tpsv_L.c +++ b/driver/level2/tpsv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/tpsv_U.c b/driver/level2/tpsv_U.c index 763ea07b1..42024dbb9 100644 --- a/driver/level2/tpsv_U.c +++ b/driver/level2/tpsv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/trmv_L.c b/driver/level2/trmv_L.c index 0de48a697..72b9a6069 100644 --- a/driver/level2/trmv_L.c +++ b/driver/level2/trmv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/trmv_U.c b/driver/level2/trmv_U.c index 7f8895e7f..d35012e03 100644 --- a/driver/level2/trmv_U.c +++ b/driver/level2/trmv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/trmv_thread.c b/driver/level2/trmv_thread.c index 24b881a93..974cc8cee 100644 --- a/driver/level2/trmv_thread.c +++ b/driver/level2/trmv_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #include "symcopy.h" diff --git a/driver/level2/trsv_L.c b/driver/level2/trsv_L.c index 95ec57213..d54738355 100644 --- a/driver/level2/trsv_L.c +++ b/driver/level2/trsv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/trsv_U.c b/driver/level2/trsv_U.c index 823ca2e43..a0f3b55aa 100644 --- a/driver/level2/trsv_U.c +++ b/driver/level2/trsv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/zgbmv_k.c b/driver/level2/zgbmv_k.c index b143e2545..058d5407b 100644 --- a/driver/level2/zgbmv_k.c +++ b/driver/level2/zgbmv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/zhbmv_k.c b/driver/level2/zhbmv_k.c index a164ed1fb..0003f72b2 100644 --- a/driver/level2/zhbmv_k.c +++ b/driver/level2/zhbmv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/zher2_k.c b/driver/level2/zher2_k.c index 94a8b7c61..572283ba9 100644 --- a/driver/level2/zher2_k.c +++ b/driver/level2/zher2_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/zhpmv_k.c b/driver/level2/zhpmv_k.c index d92740c18..94e997bf5 100644 --- a/driver/level2/zhpmv_k.c +++ b/driver/level2/zhpmv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/zhpr2_k.c b/driver/level2/zhpr2_k.c index cb7113f60..951a19088 100644 --- a/driver/level2/zhpr2_k.c +++ b/driver/level2/zhpr2_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/zsbmv_k.c b/driver/level2/zsbmv_k.c index f4b7c5579..85059d0c1 100644 --- a/driver/level2/zsbmv_k.c +++ b/driver/level2/zsbmv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/zspmv_k.c b/driver/level2/zspmv_k.c index 3989714e9..803003727 100644 --- a/driver/level2/zspmv_k.c +++ b/driver/level2/zspmv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/zspr2_k.c b/driver/level2/zspr2_k.c index e41a8de3c..28087742a 100644 --- a/driver/level2/zspr2_k.c +++ b/driver/level2/zspr2_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/zsyr2_k.c b/driver/level2/zsyr2_k.c index 03daf923d..5604c8627 100644 --- a/driver/level2/zsyr2_k.c +++ b/driver/level2/zsyr2_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztbmv_L.c b/driver/level2/ztbmv_L.c index f50ba8141..c5249b70e 100644 --- a/driver/level2/ztbmv_L.c +++ b/driver/level2/ztbmv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztbmv_U.c b/driver/level2/ztbmv_U.c index 85d95d474..4317c9679 100644 --- a/driver/level2/ztbmv_U.c +++ b/driver/level2/ztbmv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztbsv_L.c b/driver/level2/ztbsv_L.c index e7394cef4..c42aa989f 100644 --- a/driver/level2/ztbsv_L.c +++ b/driver/level2/ztbsv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztbsv_U.c b/driver/level2/ztbsv_U.c index 0b374159f..8874526c3 100644 --- a/driver/level2/ztbsv_U.c +++ b/driver/level2/ztbsv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztpmv_L.c b/driver/level2/ztpmv_L.c index 76a7b8ca1..a96bcfaad 100644 --- a/driver/level2/ztpmv_L.c +++ b/driver/level2/ztpmv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztpmv_U.c b/driver/level2/ztpmv_U.c index 290b9ef40..5f3f66143 100644 --- a/driver/level2/ztpmv_U.c +++ b/driver/level2/ztpmv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztpsv_L.c b/driver/level2/ztpsv_L.c index 2c5bdd756..0cca0b14f 100644 --- a/driver/level2/ztpsv_L.c +++ b/driver/level2/ztpsv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztpsv_U.c b/driver/level2/ztpsv_U.c index fa9d99054..4cc4bc07d 100644 --- a/driver/level2/ztpsv_U.c +++ b/driver/level2/ztpsv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztrmv_L.c b/driver/level2/ztrmv_L.c index 2d5fb7802..c320febc9 100644 --- a/driver/level2/ztrmv_L.c +++ b/driver/level2/ztrmv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztrmv_U.c b/driver/level2/ztrmv_U.c index 063de6cbc..b27b1e222 100644 --- a/driver/level2/ztrmv_U.c +++ b/driver/level2/ztrmv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztrsv_L.c b/driver/level2/ztrsv_L.c index dd3b2786e..9f0408551 100644 --- a/driver/level2/ztrsv_L.c +++ b/driver/level2/ztrsv_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level2/ztrsv_U.c b/driver/level2/ztrsv_U.c index 8803182a8..8bc4cd9a1 100644 --- a/driver/level2/ztrsv_U.c +++ b/driver/level2/ztrsv_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level3/gemm.c b/driver/level3/gemm.c index 2b13da7d7..9c67e284f 100644 --- a/driver/level3/gemm.c +++ b/driver/level3/gemm.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #undef TIMING diff --git a/driver/level3/gemm3m.c b/driver/level3/gemm3m.c index 8f31cf5b2..6176808b3 100644 --- a/driver/level3/gemm3m.c +++ b/driver/level3/gemm3m.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #undef TIMING diff --git a/driver/level3/gemm3m_level3.c b/driver/level3/gemm3m_level3.c index bbde7e5d1..d58caf168 100644 --- a/driver/level3/gemm3m_level3.c +++ b/driver/level3/gemm3m_level3.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef BETA_OPERATION diff --git a/driver/level3/gemm_thread_m.c b/driver/level3/gemm_thread_m.c index 8813e5529..bcff1be99 100644 --- a/driver/level3/gemm_thread_m.c +++ b/driver/level3/gemm_thread_m.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" int CNAME(int mode, blas_arg_t *arg, BLASLONG *range_m, BLASLONG *range_n, int (*function)(), void *sa, void *sb, BLASLONG nthreads) { diff --git a/driver/level3/gemm_thread_mn.c b/driver/level3/gemm_thread_mn.c index 6b52df884..4e7e72845 100644 --- a/driver/level3/gemm_thread_mn.c +++ b/driver/level3/gemm_thread_mn.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" static const int divide_rule[][2] = diff --git a/driver/level3/gemm_thread_n.c b/driver/level3/gemm_thread_n.c index 9668841bb..621b64a77 100644 --- a/driver/level3/gemm_thread_n.c +++ b/driver/level3/gemm_thread_n.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" int CNAME(int mode, blas_arg_t *arg, BLASLONG *range_m, BLASLONG *range_n, int (*function)(), void *sa, void *sb, BLASLONG nthreads) { diff --git a/driver/level3/gemm_thread_variable.c b/driver/level3/gemm_thread_variable.c index 162a75f70..993279b5f 100644 --- a/driver/level3/gemm_thread_variable.c +++ b/driver/level3/gemm_thread_variable.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" int CNAME(int mode, diff --git a/driver/level3/hemm3m_k.c b/driver/level3/hemm3m_k.c index 2f3cf820d..2bde0966c 100644 --- a/driver/level3/hemm3m_k.c +++ b/driver/level3/hemm3m_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #undef TIMING diff --git a/driver/level3/symm3m_k.c b/driver/level3/symm3m_k.c index 764c2ff33..4843b081a 100644 --- a/driver/level3/symm3m_k.c +++ b/driver/level3/symm3m_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #undef TIMING diff --git a/driver/level3/symm_k.c b/driver/level3/symm_k.c index 567896a43..702109cc3 100644 --- a/driver/level3/symm_k.c +++ b/driver/level3/symm_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #undef TIMING diff --git a/driver/level3/syr2k_k.c b/driver/level3/syr2k_k.c index 09131fbdb..a154c6dc9 100644 --- a/driver/level3/syr2k_k.c +++ b/driver/level3/syr2k_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef KERNEL_FUNC diff --git a/driver/level3/syr2k_kernel.c b/driver/level3/syr2k_kernel.c index f9e4a4cda..9b39c500f 100644 --- a/driver/level3/syr2k_kernel.c +++ b/driver/level3/syr2k_kernel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, BLASLONG k, FLOAT alpha_r, diff --git a/driver/level3/syrk_k.c b/driver/level3/syrk_k.c index 8bc817f87..56fabb207 100644 --- a/driver/level3/syrk_k.c +++ b/driver/level3/syrk_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #undef TIMING diff --git a/driver/level3/syrk_kernel.c b/driver/level3/syrk_kernel.c index 6f224d05d..8ae9c76e7 100644 --- a/driver/level3/syrk_kernel.c +++ b/driver/level3/syrk_kernel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef CONJA diff --git a/driver/level3/syrk_thread.c b/driver/level3/syrk_thread.c index 5f40853dc..5e125c2fa 100644 --- a/driver/level3/syrk_thread.c +++ b/driver/level3/syrk_thread.c @@ -36,9 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include -#include #include "common.h" int CNAME(int mode, blas_arg_t *arg, BLASLONG *range_m, BLASLONG *range_n, int (*function)(), void *sa, void *sb, BLASLONG nthreads) { diff --git a/driver/level3/trmm_L.c b/driver/level3/trmm_L.c index 8a81d31a0..4cd449865 100644 --- a/driver/level3/trmm_L.c +++ b/driver/level3/trmm_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level3/trmm_R.c b/driver/level3/trmm_R.c index 0882aa496..82641b870 100644 --- a/driver/level3/trmm_R.c +++ b/driver/level3/trmm_R.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level3/trsm_L.c b/driver/level3/trsm_L.c index d8130ee7e..169963d69 100644 --- a/driver/level3/trsm_L.c +++ b/driver/level3/trsm_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level3/trsm_R.c b/driver/level3/trsm_R.c index f6a57f93f..1a1852c8f 100644 --- a/driver/level3/trsm_R.c +++ b/driver/level3/trsm_R.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level3/zhemm_k.c b/driver/level3/zhemm_k.c index 50da97a35..edccf3950 100644 --- a/driver/level3/zhemm_k.c +++ b/driver/level3/zhemm_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #undef TIMING diff --git a/driver/level3/zher2k_k.c b/driver/level3/zher2k_k.c index 54c76d7f5..8e5ba57f8 100644 --- a/driver/level3/zher2k_k.c +++ b/driver/level3/zher2k_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef LOWER diff --git a/driver/level3/zher2k_kernel.c b/driver/level3/zher2k_kernel.c index f67e9bd76..e639490ac 100644 --- a/driver/level3/zher2k_kernel.c +++ b/driver/level3/zher2k_kernel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef CONJ diff --git a/driver/level3/zherk_beta.c b/driver/level3/zherk_beta.c index 6867cc010..f8323287a 100644 --- a/driver/level3/zherk_beta.c +++ b/driver/level3/zherk_beta.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/level3/zherk_k.c b/driver/level3/zherk_k.c index 2203fc5c1..abca099ba 100644 --- a/driver/level3/zherk_k.c +++ b/driver/level3/zherk_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef LOWER diff --git a/driver/level3/zherk_kernel.c b/driver/level3/zherk_kernel.c index cebcc16db..c5ab6c750 100644 --- a/driver/level3/zherk_kernel.c +++ b/driver/level3/zherk_kernel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef CONJ diff --git a/driver/level3/zsyrk_beta.c b/driver/level3/zsyrk_beta.c index 3787e31b5..9bc5bc1f8 100644 --- a/driver/level3/zsyrk_beta.c +++ b/driver/level3/zsyrk_beta.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" diff --git a/driver/others/blas_l1_thread.c b/driver/others/blas_l1_thread.c index e405c7465..0630e5e8a 100644 --- a/driver/others/blas_l1_thread.c +++ b/driver/others/blas_l1_thread.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" int blas_level1_thread(int mode, BLASLONG m, BLASLONG n, BLASLONG k, void *alpha, diff --git a/driver/others/blas_server_omp.c b/driver/others/blas_server_omp.c index 4255852c8..bdb89d310 100644 --- a/driver/others/blas_server_omp.c +++ b/driver/others/blas_server_omp.c @@ -37,8 +37,6 @@ /*********************************************************************/ #include -#include -#include //#include #include "common.h" diff --git a/driver/others/blas_server_win32.c b/driver/others/blas_server_win32.c index 02a25ac39..c9d66c3e4 100644 --- a/driver/others/blas_server_win32.c +++ b/driver/others/blas_server_win32.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #if defined(OS_CYGWIN_NT) && !defined(unlikely) diff --git a/driver/others/init.c b/driver/others/init.c index 012ef6647..79dcd3b85 100644 --- a/driver/others/init.c +++ b/driver/others/init.c @@ -86,7 +86,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include -#include #if defined(BIGNUMA) // max number of nodes as defined in numa.h diff --git a/driver/others/memory.c b/driver/others/memory.c index 4a8e6c067..54c2fbef7 100644 --- a/driver/others/memory.c +++ b/driver/others/memory.c @@ -101,8 +101,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define ALLOC_MALLOC #endif -#include -#include #include #if !defined(OS_WINDOWS) || defined(OS_CYGWIN_NT) @@ -1597,8 +1595,6 @@ void gotoblas_dummy_for_PGI(void) { #define ALLOC_MALLOC #endif -#include -#include #include #ifndef OS_WINDOWS diff --git a/driver/others/memory_qalloc.c b/driver/others/memory_qalloc.c index 17b7f5d60..f320a4043 100644 --- a/driver/others/memory_qalloc.c +++ b/driver/others/memory_qalloc.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef SMP diff --git a/driver/others/openblas_get_config.c b/driver/others/openblas_get_config.c index 3e87f2cc2..35da6b2d3 100644 --- a/driver/others/openblas_get_config.c +++ b/driver/others/openblas_get_config.c @@ -33,8 +33,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common.h" -#include - #if defined(_WIN32) && defined(_MSC_VER) #if _MSC_VER < 1900 #define snprintf _snprintf diff --git a/driver/others/parameter.c b/driver/others/parameter.c index e7332c0c4..65d7fc21a 100644 --- a/driver/others/parameter.c +++ b/driver/others/parameter.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" extern int openblas_block_factor(); diff --git a/driver/others/xerbla.c b/driver/others/xerbla.c index 290f2833c..c24f71e34 100644 --- a/driver/others/xerbla.c +++ b/driver/others/xerbla.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #if defined(OS_WINDOWS) && (defined(__MINGW32__) || defined(__MINGW64__)) diff --git a/exports/gensymbol b/exports/gensymbol index 21a1b703d..635900573 100644 --- a/exports/gensymbol +++ b/exports/gensymbol @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!perl # Changelog # 2017/09/03 staticfloat diff --git a/interface/asum.c b/interface/asum.c index bd83c88e0..f17294ed3 100644 --- a/interface/asum.c +++ b/interface/asum.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/axpby.c b/interface/axpby.c index 63dba81a4..f3bd67586 100644 --- a/interface/axpby.c +++ b/interface/axpby.c @@ -29,8 +29,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2014/06/07 Saar ******************************************************************/ - -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/axpy.c b/interface/axpy.c index 39edea6af..bebce45cc 100644 --- a/interface/axpy.c +++ b/interface/axpy.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/copy.c b/interface/copy.c index 20b5aec0a..562354689 100644 --- a/interface/copy.c +++ b/interface/copy.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/dot.c b/interface/dot.c index 3a918405e..e58c480a9 100644 --- a/interface/dot.c +++ b/interface/dot.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/dsdot.c b/interface/dsdot.c index 32e4b492f..dbadef051 100644 --- a/interface/dsdot.c +++ b/interface/dsdot.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/gbmv.c b/interface/gbmv.c index 1d58ba807..0846ca721 100644 --- a/interface/gbmv.c +++ b/interface/gbmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/geadd.c b/interface/geadd.c index f0befa14a..8afe4b2c4 100644 --- a/interface/geadd.c +++ b/interface/geadd.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/gemm.c b/interface/gemm.c index a3bac5984..90aa877cd 100644 --- a/interface/gemm.c +++ b/interface/gemm.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/gemv.c b/interface/gemv.c index c9d52cd69..d892cc150 100644 --- a/interface/gemv.c +++ b/interface/gemv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #include "l1param.h" #ifdef FUNCTION_PROFILE diff --git a/interface/ger.c b/interface/ger.c index 8cf1614e3..fae8fc318 100644 --- a/interface/ger.c +++ b/interface/ger.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/imatcopy.c b/interface/imatcopy.c index 93ffd69f9..020aa4b6a 100644 --- a/interface/imatcopy.c +++ b/interface/imatcopy.c @@ -30,8 +30,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 2015-09-07 grisuthedragon ***********************************************************/ -#include -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/imax.c b/interface/imax.c index 456460d98..e98ce5d6d 100644 --- a/interface/imax.c +++ b/interface/imax.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/gesv.c b/interface/lapack/gesv.c index 721da970d..bfd032461 100644 --- a/interface/lapack/gesv.c +++ b/interface/lapack/gesv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/getf2.c b/interface/lapack/getf2.c index 3e66c0403..ad1c10d98 100644 --- a/interface/lapack/getf2.c +++ b/interface/lapack/getf2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/getrf.c b/interface/lapack/getrf.c index 44a92ddc4..d8ab8cef9 100644 --- a/interface/lapack/getrf.c +++ b/interface/lapack/getrf.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/getrs.c b/interface/lapack/getrs.c index 1b8c83aca..706a4563a 100644 --- a/interface/lapack/getrs.c +++ b/interface/lapack/getrs.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/laswp.c b/interface/lapack/laswp.c index 0dde33ae3..87b3d9a6a 100644 --- a/interface/lapack/laswp.c +++ b/interface/lapack/laswp.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/lauu2.c b/interface/lapack/lauu2.c index 3599a4791..51346f31e 100644 --- a/interface/lapack/lauu2.c +++ b/interface/lapack/lauu2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/lauum.c b/interface/lapack/lauum.c index 2c49eb0b0..7572684e1 100644 --- a/interface/lapack/lauum.c +++ b/interface/lapack/lauum.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/potf2.c b/interface/lapack/potf2.c index 837192265..cb0b300d4 100644 --- a/interface/lapack/potf2.c +++ b/interface/lapack/potf2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/potrf.c b/interface/lapack/potrf.c index 092272225..86b6c1ecd 100644 --- a/interface/lapack/potrf.c +++ b/interface/lapack/potrf.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/potri.c b/interface/lapack/potri.c index d6230621f..246777105 100644 --- a/interface/lapack/potri.c +++ b/interface/lapack/potri.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/trti2.c b/interface/lapack/trti2.c index 42c4c4815..b2b8e5b3a 100644 --- a/interface/lapack/trti2.c +++ b/interface/lapack/trti2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/trtri.c b/interface/lapack/trtri.c index 6724a678a..ffedac611 100644 --- a/interface/lapack/trtri.c +++ b/interface/lapack/trtri.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/zgetf2.c b/interface/lapack/zgetf2.c index 59ec4874e..9ec3160b0 100644 --- a/interface/lapack/zgetf2.c +++ b/interface/lapack/zgetf2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/zgetrf.c b/interface/lapack/zgetrf.c index 5031f587b..1e49471ea 100644 --- a/interface/lapack/zgetrf.c +++ b/interface/lapack/zgetrf.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/zgetrs.c b/interface/lapack/zgetrs.c index 54d4b0905..f2635b38e 100644 --- a/interface/lapack/zgetrs.c +++ b/interface/lapack/zgetrs.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/zlaswp.c b/interface/lapack/zlaswp.c index b77a40985..8533d7435 100644 --- a/interface/lapack/zlaswp.c +++ b/interface/lapack/zlaswp.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/zlauu2.c b/interface/lapack/zlauu2.c index b0698ef2e..c9d973f4c 100644 --- a/interface/lapack/zlauu2.c +++ b/interface/lapack/zlauu2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/zlauum.c b/interface/lapack/zlauum.c index 4a36cc173..8e5e003ea 100644 --- a/interface/lapack/zlauum.c +++ b/interface/lapack/zlauum.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/zpotf2.c b/interface/lapack/zpotf2.c index 27ee0891a..9f045498d 100644 --- a/interface/lapack/zpotf2.c +++ b/interface/lapack/zpotf2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/zpotrf.c b/interface/lapack/zpotrf.c index 8cd3980d5..d4b8bbc43 100644 --- a/interface/lapack/zpotrf.c +++ b/interface/lapack/zpotrf.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/zpotri.c b/interface/lapack/zpotri.c index 7c72a7e62..7263e5a73 100644 --- a/interface/lapack/zpotri.c +++ b/interface/lapack/zpotri.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/ztrti2.c b/interface/lapack/ztrti2.c index a25476677..765f43dd1 100644 --- a/interface/lapack/ztrti2.c +++ b/interface/lapack/ztrti2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/lapack/ztrtri.c b/interface/lapack/ztrtri.c index b3ce85b9f..020ba48a5 100644 --- a/interface/lapack/ztrtri.c +++ b/interface/lapack/ztrtri.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/max.c b/interface/max.c index f05977448..3e5910603 100644 --- a/interface/max.c +++ b/interface/max.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/nrm2.c b/interface/nrm2.c index dc8c08e9a..4d58bcb6a 100644 --- a/interface/nrm2.c +++ b/interface/nrm2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/omatcopy.c b/interface/omatcopy.c index 59650cfa0..e465dd814 100644 --- a/interface/omatcopy.c +++ b/interface/omatcopy.c @@ -29,8 +29,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 2014/06/09 Saar ***********************************************************/ -#include -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/rot.c b/interface/rot.c index 125275a18..2cc7b26a9 100644 --- a/interface/rot.c +++ b/interface/rot.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/rotg.c b/interface/rotg.c index 69443a5a0..eff9495de 100644 --- a/interface/rotg.c +++ b/interface/rotg.c @@ -1,4 +1,3 @@ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/sbmv.c b/interface/sbmv.c index 25e99ca34..15c6a8c88 100644 --- a/interface/sbmv.c +++ b/interface/sbmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/scal.c b/interface/scal.c index 6d07b1650..4598ef8e7 100644 --- a/interface/scal.c +++ b/interface/scal.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/sdsdot.c b/interface/sdsdot.c index 6c457fa6c..4bf05ba6b 100644 --- a/interface/sdsdot.c +++ b/interface/sdsdot.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/spmv.c b/interface/spmv.c index e08ae3f6e..e4bc2acc6 100644 --- a/interface/spmv.c +++ b/interface/spmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/spr.c b/interface/spr.c index 1956986e9..077b7a38c 100644 --- a/interface/spr.c +++ b/interface/spr.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/spr2.c b/interface/spr2.c index 73a811c3e..3554a0bd6 100644 --- a/interface/spr2.c +++ b/interface/spr2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/swap.c b/interface/swap.c index f7642edf1..85ce4d937 100644 --- a/interface/swap.c +++ b/interface/swap.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/symm.c b/interface/symm.c index 0e29a5f48..6bd672244 100644 --- a/interface/symm.c +++ b/interface/symm.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/symv.c b/interface/symv.c index 07bd20022..6d96b877c 100644 --- a/interface/symv.c +++ b/interface/symv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/syr.c b/interface/syr.c index 1374bcc69..418d5ea18 100644 --- a/interface/syr.c +++ b/interface/syr.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/syr2.c b/interface/syr2.c index 08fd47e57..fca0c296b 100644 --- a/interface/syr2.c +++ b/interface/syr2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/syr2k.c b/interface/syr2k.c index a72330c0b..18ef3058c 100644 --- a/interface/syr2k.c +++ b/interface/syr2k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/syrk.c b/interface/syrk.c index 7699db683..7fec55840 100644 --- a/interface/syrk.c +++ b/interface/syrk.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/tbmv.c b/interface/tbmv.c index b5f3ab740..5cb05264b 100644 --- a/interface/tbmv.c +++ b/interface/tbmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/tbsv.c b/interface/tbsv.c index 12a1eb003..8f4f294be 100644 --- a/interface/tbsv.c +++ b/interface/tbsv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/tpmv.c b/interface/tpmv.c index 262af2285..d5e73ef4d 100644 --- a/interface/tpmv.c +++ b/interface/tpmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/tpsv.c b/interface/tpsv.c index 58be77cd3..a9832d6a9 100644 --- a/interface/tpsv.c +++ b/interface/tpsv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/trmv.c b/interface/trmv.c index 7c40ae976..1dc0c3dbd 100644 --- a/interface/trmv.c +++ b/interface/trmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/trsm.c b/interface/trsm.c index 5c2750e79..08a93f92a 100644 --- a/interface/trsm.c +++ b/interface/trsm.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/trsv.c b/interface/trsv.c index a054d8eeb..31f9f0354 100644 --- a/interface/trsv.c +++ b/interface/trsv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/xerbla.c b/interface/xerbla.c index c3a174552..1d0f3268b 100644 --- a/interface/xerbla.c +++ b/interface/xerbla.c @@ -1,8 +1,5 @@ #ifdef CBLAS -#include -#include -#include #include #include "common.h" diff --git a/interface/zaxpby.c b/interface/zaxpby.c index 3a4db7403..8314b5d7f 100644 --- a/interface/zaxpby.c +++ b/interface/zaxpby.c @@ -31,7 +31,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zaxpy.c b/interface/zaxpy.c index 1a0259c96..7445664a7 100644 --- a/interface/zaxpy.c +++ b/interface/zaxpy.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zdot.c b/interface/zdot.c index af91b96d5..45fc04a22 100644 --- a/interface/zdot.c +++ b/interface/zdot.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zgbmv.c b/interface/zgbmv.c index 5e275a8ed..7a3e3319f 100644 --- a/interface/zgbmv.c +++ b/interface/zgbmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zgeadd.c b/interface/zgeadd.c index 7124cf230..38c0e29e5 100644 --- a/interface/zgeadd.c +++ b/interface/zgeadd.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zgemv.c b/interface/zgemv.c index 3e98dba7f..b38747875 100644 --- a/interface/zgemv.c +++ b/interface/zgemv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zger.c b/interface/zger.c index 1360c5873..443d2cc0c 100644 --- a/interface/zger.c +++ b/interface/zger.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zhbmv.c b/interface/zhbmv.c index 656f137c6..12e8398b1 100644 --- a/interface/zhbmv.c +++ b/interface/zhbmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zhemv.c b/interface/zhemv.c index d1996ad69..43388e499 100644 --- a/interface/zhemv.c +++ b/interface/zhemv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zher.c b/interface/zher.c index 0d24984e6..e24fa85a6 100644 --- a/interface/zher.c +++ b/interface/zher.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zher2.c b/interface/zher2.c index 1cae633ce..b6ea3580f 100644 --- a/interface/zher2.c +++ b/interface/zher2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zhpmv.c b/interface/zhpmv.c index ff49716b5..de99fd6b1 100644 --- a/interface/zhpmv.c +++ b/interface/zhpmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zhpr.c b/interface/zhpr.c index 10507a71f..6c30723bb 100644 --- a/interface/zhpr.c +++ b/interface/zhpr.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zhpr2.c b/interface/zhpr2.c index c9bfb44b0..7520b911e 100644 --- a/interface/zhpr2.c +++ b/interface/zhpr2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zimatcopy.c b/interface/zimatcopy.c index 87964e20d..2f4ef797a 100644 --- a/interface/zimatcopy.c +++ b/interface/zimatcopy.c @@ -30,8 +30,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 2015-09-07 grisuthedragon ***********************************************************/ -#include -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zomatcopy.c b/interface/zomatcopy.c index 7345633a2..980d6a0b0 100644 --- a/interface/zomatcopy.c +++ b/interface/zomatcopy.c @@ -29,8 +29,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 2014/06/09 Saar ***********************************************************/ -#include -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zrot.c b/interface/zrot.c index 1c45f685b..c581d755e 100644 --- a/interface/zrot.c +++ b/interface/zrot.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zrotg.c b/interface/zrotg.c index 8caa411fc..81a3dd1cd 100644 --- a/interface/zrotg.c +++ b/interface/zrotg.c @@ -1,4 +1,3 @@ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zsbmv.c b/interface/zsbmv.c index cd5cefed9..db2e8173a 100644 --- a/interface/zsbmv.c +++ b/interface/zsbmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zscal.c b/interface/zscal.c index bfaddc260..66c7be445 100644 --- a/interface/zscal.c +++ b/interface/zscal.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zspmv.c b/interface/zspmv.c index be11463c0..ed8db4cef 100644 --- a/interface/zspmv.c +++ b/interface/zspmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zspr.c b/interface/zspr.c index 574b59aa2..f7e2ccb4c 100644 --- a/interface/zspr.c +++ b/interface/zspr.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zspr2.c b/interface/zspr2.c index 44c36d553..e2fbf2337 100644 --- a/interface/zspr2.c +++ b/interface/zspr2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zswap.c b/interface/zswap.c index e33bbafba..5af22720e 100644 --- a/interface/zswap.c +++ b/interface/zswap.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef FUNCTION_PROFILE #include "functable.h" diff --git a/interface/zsymv.c b/interface/zsymv.c index 1d6ff1f34..53a93c9cf 100644 --- a/interface/zsymv.c +++ b/interface/zsymv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zsyr.c b/interface/zsyr.c index 09b1de578..e2bbae79e 100644 --- a/interface/zsyr.c +++ b/interface/zsyr.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/zsyr2.c b/interface/zsyr2.c index 7c81c2093..b70db94d7 100644 --- a/interface/zsyr2.c +++ b/interface/zsyr2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/ztbmv.c b/interface/ztbmv.c index d56620c5b..bf211b760 100644 --- a/interface/ztbmv.c +++ b/interface/ztbmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/ztbsv.c b/interface/ztbsv.c index 7e144ce75..5d5892f69 100644 --- a/interface/ztbsv.c +++ b/interface/ztbsv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/ztpmv.c b/interface/ztpmv.c index 3791d1602..0a35fdc77 100644 --- a/interface/ztpmv.c +++ b/interface/ztpmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/ztpsv.c b/interface/ztpsv.c index fa706b565..59cddadab 100644 --- a/interface/ztpsv.c +++ b/interface/ztpsv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/ztrmv.c b/interface/ztrmv.c index 0e16632e0..1a1ae905c 100644 --- a/interface/ztrmv.c +++ b/interface/ztrmv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/interface/ztrsv.c b/interface/ztrsv.c index cbb7bba13..b23ba9577 100644 --- a/interface/ztrsv.c +++ b/interface/ztrsv.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #ifdef FUNCTION_PROFILE diff --git a/kernel/arm/amax.c b/kernel/arm/amax.c index 792e68bd9..ffec26fe2 100644 --- a/kernel/arm/amax.c +++ b/kernel/arm/amax.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/amin.c b/kernel/arm/amin.c index 78495a8e3..4f48dace7 100644 --- a/kernel/arm/amin.c +++ b/kernel/arm/amin.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/asum.c b/kernel/arm/asum.c index b284ae3fc..d5726ed5a 100644 --- a/kernel/arm/asum.c +++ b/kernel/arm/asum.c @@ -36,7 +36,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/iamax.c b/kernel/arm/iamax.c index 8c016ce4d..0766174f6 100644 --- a/kernel/arm/iamax.c +++ b/kernel/arm/iamax.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/iamin.c b/kernel/arm/iamin.c index 155292bd5..9bdab7e61 100644 --- a/kernel/arm/iamin.c +++ b/kernel/arm/iamin.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/imax.c b/kernel/arm/imax.c index 5072dd16e..c7d043f67 100644 --- a/kernel/arm/imax.c +++ b/kernel/arm/imax.c @@ -36,9 +36,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include - - BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) { diff --git a/kernel/arm/imin.c b/kernel/arm/imin.c index 598cba387..77aacb20e 100644 --- a/kernel/arm/imin.c +++ b/kernel/arm/imin.c @@ -34,9 +34,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include - - BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) { diff --git a/kernel/arm/izamax.c b/kernel/arm/izamax.c index 8fe33e95b..20b9814d0 100644 --- a/kernel/arm/izamax.c +++ b/kernel/arm/izamax.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/izamin.c b/kernel/arm/izamin.c index fb5a0d4cb..861bb1569 100644 --- a/kernel/arm/izamin.c +++ b/kernel/arm/izamin.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/max.c b/kernel/arm/max.c index 2ad956bc0..30a44ee4f 100644 --- a/kernel/arm/max.c +++ b/kernel/arm/max.c @@ -35,8 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include - FLOAT CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) { diff --git a/kernel/arm/min.c b/kernel/arm/min.c index 2812fe397..8ba219ba2 100644 --- a/kernel/arm/min.c +++ b/kernel/arm/min.c @@ -35,8 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include - FLOAT CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) { diff --git a/kernel/arm/nrm2.c b/kernel/arm/nrm2.c index fcff09337..32b287f62 100644 --- a/kernel/arm/nrm2.c +++ b/kernel/arm/nrm2.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/swap.c b/kernel/arm/swap.c index eac621fb2..6f52c3f03 100644 --- a/kernel/arm/swap.c +++ b/kernel/arm/swap.c @@ -33,7 +33,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT dummy3, FLOAT *x, BLASLONG inc_x, FLOAT *y, BLASLONG inc_y, FLOAT *dummy, BLASLONG dummy2) { diff --git a/kernel/arm/zamax.c b/kernel/arm/zamax.c index a39bd7821..14ad9d75e 100644 --- a/kernel/arm/zamax.c +++ b/kernel/arm/zamax.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/zamin.c b/kernel/arm/zamin.c index 02eab3e75..2f7b964dc 100644 --- a/kernel/arm/zamin.c +++ b/kernel/arm/zamin.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/zasum.c b/kernel/arm/zasum.c index 61e85cae6..8290ee755 100644 --- a/kernel/arm/zasum.c +++ b/kernel/arm/zasum.c @@ -36,7 +36,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/znrm2.c b/kernel/arm/znrm2.c index fc1c8b54a..b2f681871 100644 --- a/kernel/arm/znrm2.c +++ b/kernel/arm/znrm2.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/arm/zswap.c b/kernel/arm/zswap.c index ae4760ae0..7a9536e48 100644 --- a/kernel/arm/zswap.c +++ b/kernel/arm/zswap.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT dummy3, FLOAT dummy4, FLOAT *x, BLASLONG inc_x, FLOAT *y, BLASLONG inc_y, FLOAT *dummy, BLASLONG dummy2) { diff --git a/kernel/generic/cabs.c b/kernel/generic/cabs.c index f76f69b20..de3b33ba7 100644 --- a/kernel/generic/cabs.c +++ b/kernel/generic/cabs.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" FLOAT NAME(FLOAT *a){ diff --git a/kernel/generic/gemm_ncopy_1.c b/kernel/generic/gemm_ncopy_1.c index ac99037b9..0b8d0b686 100644 --- a/kernel/generic/gemm_ncopy_1.c +++ b/kernel/generic/gemm_ncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_ncopy_16.c b/kernel/generic/gemm_ncopy_16.c index 5f91d0dbe..a0d7d7fb7 100644 --- a/kernel/generic/gemm_ncopy_16.c +++ b/kernel/generic/gemm_ncopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_ncopy_2.c b/kernel/generic/gemm_ncopy_2.c index b728c713f..485fce356 100644 --- a/kernel/generic/gemm_ncopy_2.c +++ b/kernel/generic/gemm_ncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_ncopy_4.c b/kernel/generic/gemm_ncopy_4.c index 1551b03fc..1b438fdd7 100644 --- a/kernel/generic/gemm_ncopy_4.c +++ b/kernel/generic/gemm_ncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_ncopy_6.c b/kernel/generic/gemm_ncopy_6.c index 1551b03fc..1b438fdd7 100644 --- a/kernel/generic/gemm_ncopy_6.c +++ b/kernel/generic/gemm_ncopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_ncopy_8.c b/kernel/generic/gemm_ncopy_8.c index a49a778e6..74dc8640e 100644 --- a/kernel/generic/gemm_ncopy_8.c +++ b/kernel/generic/gemm_ncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_tcopy_1.c b/kernel/generic/gemm_tcopy_1.c index d0018bf13..19649f6b4 100644 --- a/kernel/generic/gemm_tcopy_1.c +++ b/kernel/generic/gemm_tcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_tcopy_16.c b/kernel/generic/gemm_tcopy_16.c index 56268ebf2..1aec5b2d9 100644 --- a/kernel/generic/gemm_tcopy_16.c +++ b/kernel/generic/gemm_tcopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_tcopy_2.c b/kernel/generic/gemm_tcopy_2.c index 5695b13c2..621566b04 100644 --- a/kernel/generic/gemm_tcopy_2.c +++ b/kernel/generic/gemm_tcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_tcopy_4.c b/kernel/generic/gemm_tcopy_4.c index df4c22122..8976101e1 100644 --- a/kernel/generic/gemm_tcopy_4.c +++ b/kernel/generic/gemm_tcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_tcopy_6.c b/kernel/generic/gemm_tcopy_6.c index df4c22122..8976101e1 100644 --- a/kernel/generic/gemm_tcopy_6.c +++ b/kernel/generic/gemm_tcopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/gemm_tcopy_8.c b/kernel/generic/gemm_tcopy_8.c index b28f3d219..7bd55996a 100644 --- a/kernel/generic/gemm_tcopy_8.c +++ b/kernel/generic/gemm_tcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/ger.c b/kernel/generic/ger.c index f11738c0d..aa9f42a1f 100644 --- a/kernel/generic/ger.c +++ b/kernel/generic/ger.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT alpha, diff --git a/kernel/generic/laswp_ncopy_1.c b/kernel/generic/laswp_ncopy_1.c index 90fe173a8..b2744045f 100644 --- a/kernel/generic/laswp_ncopy_1.c +++ b/kernel/generic/laswp_ncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #define a2 (a1 + 1) diff --git a/kernel/generic/laswp_ncopy_2.c b/kernel/generic/laswp_ncopy_2.c index 32dbf871b..c6a03188c 100644 --- a/kernel/generic/laswp_ncopy_2.c +++ b/kernel/generic/laswp_ncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #define PREFETCHSIZE 12 diff --git a/kernel/generic/laswp_ncopy_4.c b/kernel/generic/laswp_ncopy_4.c index 761d1584a..20f564523 100644 --- a/kernel/generic/laswp_ncopy_4.c +++ b/kernel/generic/laswp_ncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #define PREFETCHSIZE 8 diff --git a/kernel/generic/laswp_ncopy_8.c b/kernel/generic/laswp_ncopy_8.c index ae4acc1e7..1e95ac2c7 100644 --- a/kernel/generic/laswp_ncopy_8.c +++ b/kernel/generic/laswp_ncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #define PREFETCHSIZE 4 diff --git a/kernel/generic/neg_tcopy_1.c b/kernel/generic/neg_tcopy_1.c index ff2339cb4..fec40c74d 100644 --- a/kernel/generic/neg_tcopy_1.c +++ b/kernel/generic/neg_tcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/neg_tcopy_16.c b/kernel/generic/neg_tcopy_16.c index 757000b57..7f42b5c39 100644 --- a/kernel/generic/neg_tcopy_16.c +++ b/kernel/generic/neg_tcopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/neg_tcopy_2.c b/kernel/generic/neg_tcopy_2.c index 572f6eb69..f5d80d54b 100644 --- a/kernel/generic/neg_tcopy_2.c +++ b/kernel/generic/neg_tcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/neg_tcopy_4.c b/kernel/generic/neg_tcopy_4.c index a080e0e06..3d1e41b6e 100644 --- a/kernel/generic/neg_tcopy_4.c +++ b/kernel/generic/neg_tcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/neg_tcopy_8.c b/kernel/generic/neg_tcopy_8.c index 5a092591e..e15b97ba3 100644 --- a/kernel/generic/neg_tcopy_8.c +++ b/kernel/generic/neg_tcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/symm_lcopy_1.c b/kernel/generic/symm_lcopy_1.c index 6ec51b835..fc2b58f43 100644 --- a/kernel/generic/symm_lcopy_1.c +++ b/kernel/generic/symm_lcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_lcopy_16.c b/kernel/generic/symm_lcopy_16.c index 477546f26..7b9b0b087 100644 --- a/kernel/generic/symm_lcopy_16.c +++ b/kernel/generic/symm_lcopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_lcopy_2.c b/kernel/generic/symm_lcopy_2.c index 2337d5ca6..c4b2d084a 100644 --- a/kernel/generic/symm_lcopy_2.c +++ b/kernel/generic/symm_lcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_lcopy_4.c b/kernel/generic/symm_lcopy_4.c index ca730e1ee..94118770d 100644 --- a/kernel/generic/symm_lcopy_4.c +++ b/kernel/generic/symm_lcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_lcopy_6.c b/kernel/generic/symm_lcopy_6.c index ca730e1ee..94118770d 100644 --- a/kernel/generic/symm_lcopy_6.c +++ b/kernel/generic/symm_lcopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_lcopy_8.c b/kernel/generic/symm_lcopy_8.c index 11dae9ac1..356c26178 100644 --- a/kernel/generic/symm_lcopy_8.c +++ b/kernel/generic/symm_lcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_ucopy_1.c b/kernel/generic/symm_ucopy_1.c index d87500ffe..c25fae522 100644 --- a/kernel/generic/symm_ucopy_1.c +++ b/kernel/generic/symm_ucopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_ucopy_16.c b/kernel/generic/symm_ucopy_16.c index 9b671db8d..79b17c43a 100644 --- a/kernel/generic/symm_ucopy_16.c +++ b/kernel/generic/symm_ucopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_ucopy_2.c b/kernel/generic/symm_ucopy_2.c index 56df894b1..2ebb2f126 100644 --- a/kernel/generic/symm_ucopy_2.c +++ b/kernel/generic/symm_ucopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_ucopy_4.c b/kernel/generic/symm_ucopy_4.c index 6dbb861e9..7fb557703 100644 --- a/kernel/generic/symm_ucopy_4.c +++ b/kernel/generic/symm_ucopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_ucopy_6.c b/kernel/generic/symm_ucopy_6.c index 6dbb861e9..7fb557703 100644 --- a/kernel/generic/symm_ucopy_6.c +++ b/kernel/generic/symm_ucopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symm_ucopy_8.c b/kernel/generic/symm_ucopy_8.c index 3da9385a4..a6b85fdb6 100644 --- a/kernel/generic/symm_ucopy_8.c +++ b/kernel/generic/symm_ucopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/symv_k.c b/kernel/generic/symv_k.c index c5817e7f9..5f96b8f73 100644 --- a/kernel/generic/symv_k.c +++ b/kernel/generic/symv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #include "symcopy.h" diff --git a/kernel/generic/trmm_lncopy_1.c b/kernel/generic/trmm_lncopy_1.c index 542c4c361..3906707ab 100644 --- a/kernel/generic/trmm_lncopy_1.c +++ b/kernel/generic/trmm_lncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_lncopy_16.c b/kernel/generic/trmm_lncopy_16.c index 0f4b0a9f7..0840fbf03 100644 --- a/kernel/generic/trmm_lncopy_16.c +++ b/kernel/generic/trmm_lncopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_lncopy_2.c b/kernel/generic/trmm_lncopy_2.c index 616ae2508..76950cc37 100644 --- a/kernel/generic/trmm_lncopy_2.c +++ b/kernel/generic/trmm_lncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_lncopy_4.c b/kernel/generic/trmm_lncopy_4.c index 25632d242..434e1edc5 100644 --- a/kernel/generic/trmm_lncopy_4.c +++ b/kernel/generic/trmm_lncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_lncopy_6.c b/kernel/generic/trmm_lncopy_6.c index 0dcfb965a..e6e71300b 100644 --- a/kernel/generic/trmm_lncopy_6.c +++ b/kernel/generic/trmm_lncopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_lncopy_8.c b/kernel/generic/trmm_lncopy_8.c index 07186d302..f5bc57e6b 100644 --- a/kernel/generic/trmm_lncopy_8.c +++ b/kernel/generic/trmm_lncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_ltcopy_1.c b/kernel/generic/trmm_ltcopy_1.c index d79f1a78c..f1f214886 100644 --- a/kernel/generic/trmm_ltcopy_1.c +++ b/kernel/generic/trmm_ltcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_ltcopy_16.c b/kernel/generic/trmm_ltcopy_16.c index c8fde524e..6934413ca 100644 --- a/kernel/generic/trmm_ltcopy_16.c +++ b/kernel/generic/trmm_ltcopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_ltcopy_2.c b/kernel/generic/trmm_ltcopy_2.c index e9ad45fa0..0b18d3d9e 100644 --- a/kernel/generic/trmm_ltcopy_2.c +++ b/kernel/generic/trmm_ltcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_ltcopy_4.c b/kernel/generic/trmm_ltcopy_4.c index e90d89209..0b5cf8c3f 100644 --- a/kernel/generic/trmm_ltcopy_4.c +++ b/kernel/generic/trmm_ltcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_ltcopy_6.c b/kernel/generic/trmm_ltcopy_6.c index 66a7325bb..33903178c 100644 --- a/kernel/generic/trmm_ltcopy_6.c +++ b/kernel/generic/trmm_ltcopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_ltcopy_8.c b/kernel/generic/trmm_ltcopy_8.c index 71597d4e5..f2450d2fc 100644 --- a/kernel/generic/trmm_ltcopy_8.c +++ b/kernel/generic/trmm_ltcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_uncopy_1.c b/kernel/generic/trmm_uncopy_1.c index f77c310c8..b69745274 100644 --- a/kernel/generic/trmm_uncopy_1.c +++ b/kernel/generic/trmm_uncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_uncopy_16.c b/kernel/generic/trmm_uncopy_16.c index 5fb769bbc..b946fb14e 100644 --- a/kernel/generic/trmm_uncopy_16.c +++ b/kernel/generic/trmm_uncopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_uncopy_2.c b/kernel/generic/trmm_uncopy_2.c index d4f107d66..6489537a5 100644 --- a/kernel/generic/trmm_uncopy_2.c +++ b/kernel/generic/trmm_uncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_uncopy_4.c b/kernel/generic/trmm_uncopy_4.c index 9ec040d5d..b4ccf1118 100644 --- a/kernel/generic/trmm_uncopy_4.c +++ b/kernel/generic/trmm_uncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_uncopy_6.c b/kernel/generic/trmm_uncopy_6.c index 4878f3f53..564643cff 100644 --- a/kernel/generic/trmm_uncopy_6.c +++ b/kernel/generic/trmm_uncopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_uncopy_8.c b/kernel/generic/trmm_uncopy_8.c index d54dae996..daec715b4 100644 --- a/kernel/generic/trmm_uncopy_8.c +++ b/kernel/generic/trmm_uncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_utcopy_1.c b/kernel/generic/trmm_utcopy_1.c index 86665e828..ce93f495b 100644 --- a/kernel/generic/trmm_utcopy_1.c +++ b/kernel/generic/trmm_utcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_utcopy_16.c b/kernel/generic/trmm_utcopy_16.c index b83989f55..a6f4ba3ad 100644 --- a/kernel/generic/trmm_utcopy_16.c +++ b/kernel/generic/trmm_utcopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_utcopy_2.c b/kernel/generic/trmm_utcopy_2.c index ae4a19e32..7aa2af7d2 100644 --- a/kernel/generic/trmm_utcopy_2.c +++ b/kernel/generic/trmm_utcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_utcopy_4.c b/kernel/generic/trmm_utcopy_4.c index 441f7338b..59c1cf0c9 100644 --- a/kernel/generic/trmm_utcopy_4.c +++ b/kernel/generic/trmm_utcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_utcopy_6.c b/kernel/generic/trmm_utcopy_6.c index 441f7338b..59c1cf0c9 100644 --- a/kernel/generic/trmm_utcopy_6.c +++ b/kernel/generic/trmm_utcopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trmm_utcopy_8.c b/kernel/generic/trmm_utcopy_8.c index c85a0a508..2009685f2 100644 --- a/kernel/generic/trmm_utcopy_8.c +++ b/kernel/generic/trmm_utcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/trsm_lncopy_1.c b/kernel/generic/trsm_lncopy_1.c index 13c88adad..b67e1ddb0 100644 --- a/kernel/generic/trsm_lncopy_1.c +++ b/kernel/generic/trsm_lncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_lncopy_2.c b/kernel/generic/trsm_lncopy_2.c index 69bfbea15..d61e78ce2 100644 --- a/kernel/generic/trsm_lncopy_2.c +++ b/kernel/generic/trsm_lncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_lncopy_4.c b/kernel/generic/trsm_lncopy_4.c index a37c50d1f..724ef8aca 100644 --- a/kernel/generic/trsm_lncopy_4.c +++ b/kernel/generic/trsm_lncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_lncopy_6.c b/kernel/generic/trsm_lncopy_6.c index a37c50d1f..724ef8aca 100644 --- a/kernel/generic/trsm_lncopy_6.c +++ b/kernel/generic/trsm_lncopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_lncopy_8.c b/kernel/generic/trsm_lncopy_8.c index ca019fc0c..f36fe9dd3 100644 --- a/kernel/generic/trsm_lncopy_8.c +++ b/kernel/generic/trsm_lncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_ltcopy_1.c b/kernel/generic/trsm_ltcopy_1.c index ea84136fe..de022cd5c 100644 --- a/kernel/generic/trsm_ltcopy_1.c +++ b/kernel/generic/trsm_ltcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_ltcopy_16.c b/kernel/generic/trsm_ltcopy_16.c index 42618c215..cd6488033 100644 --- a/kernel/generic/trsm_ltcopy_16.c +++ b/kernel/generic/trsm_ltcopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_ltcopy_2.c b/kernel/generic/trsm_ltcopy_2.c index 9f48e8414..641f00162 100644 --- a/kernel/generic/trsm_ltcopy_2.c +++ b/kernel/generic/trsm_ltcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_ltcopy_4.c b/kernel/generic/trsm_ltcopy_4.c index 12043eb33..9f6a436fd 100644 --- a/kernel/generic/trsm_ltcopy_4.c +++ b/kernel/generic/trsm_ltcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_ltcopy_6.c b/kernel/generic/trsm_ltcopy_6.c index 12043eb33..9f6a436fd 100644 --- a/kernel/generic/trsm_ltcopy_6.c +++ b/kernel/generic/trsm_ltcopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_ltcopy_8.c b/kernel/generic/trsm_ltcopy_8.c index 581578161..c3f08f690 100644 --- a/kernel/generic/trsm_ltcopy_8.c +++ b/kernel/generic/trsm_ltcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_uncopy_1.c b/kernel/generic/trsm_uncopy_1.c index ee06c4eac..b20bb5bc5 100644 --- a/kernel/generic/trsm_uncopy_1.c +++ b/kernel/generic/trsm_uncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_uncopy_2.c b/kernel/generic/trsm_uncopy_2.c index 6c257eeb1..b01c09b40 100644 --- a/kernel/generic/trsm_uncopy_2.c +++ b/kernel/generic/trsm_uncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_uncopy_4.c b/kernel/generic/trsm_uncopy_4.c index a1bb1e203..06d4fb42c 100644 --- a/kernel/generic/trsm_uncopy_4.c +++ b/kernel/generic/trsm_uncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_uncopy_6.c b/kernel/generic/trsm_uncopy_6.c index a1bb1e203..06d4fb42c 100644 --- a/kernel/generic/trsm_uncopy_6.c +++ b/kernel/generic/trsm_uncopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_utcopy_1.c b/kernel/generic/trsm_utcopy_1.c index cad8180e7..e51734ce0 100644 --- a/kernel/generic/trsm_utcopy_1.c +++ b/kernel/generic/trsm_utcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_utcopy_16.c b/kernel/generic/trsm_utcopy_16.c index 741fcde72..deea3ed1e 100644 --- a/kernel/generic/trsm_utcopy_16.c +++ b/kernel/generic/trsm_utcopy_16.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_utcopy_2.c b/kernel/generic/trsm_utcopy_2.c index bdd5416ca..8c5b3a5da 100644 --- a/kernel/generic/trsm_utcopy_2.c +++ b/kernel/generic/trsm_utcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_utcopy_4.c b/kernel/generic/trsm_utcopy_4.c index bd1b839cf..83677e6cf 100644 --- a/kernel/generic/trsm_utcopy_4.c +++ b/kernel/generic/trsm_utcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_utcopy_6.c b/kernel/generic/trsm_utcopy_6.c index f83617224..f9bc56742 100644 --- a/kernel/generic/trsm_utcopy_6.c +++ b/kernel/generic/trsm_utcopy_6.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/trsm_utcopy_8.c b/kernel/generic/trsm_utcopy_8.c index 9780f3bc8..0647e4635 100644 --- a/kernel/generic/trsm_utcopy_8.c +++ b/kernel/generic/trsm_utcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef UNIT diff --git a/kernel/generic/zgemm3m_ncopy_1.c b/kernel/generic/zgemm3m_ncopy_1.c index 0aa947039..5a858271e 100644 --- a/kernel/generic/zgemm3m_ncopy_1.c +++ b/kernel/generic/zgemm3m_ncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zgemm3m_ncopy_2.c b/kernel/generic/zgemm3m_ncopy_2.c index 1dee78098..474f8d0a0 100644 --- a/kernel/generic/zgemm3m_ncopy_2.c +++ b/kernel/generic/zgemm3m_ncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zgemm3m_ncopy_4.c b/kernel/generic/zgemm3m_ncopy_4.c index a975e67ee..e5b088f9d 100644 --- a/kernel/generic/zgemm3m_ncopy_4.c +++ b/kernel/generic/zgemm3m_ncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zgemm3m_ncopy_8.c b/kernel/generic/zgemm3m_ncopy_8.c index 5067656c3..ba0613e15 100644 --- a/kernel/generic/zgemm3m_ncopy_8.c +++ b/kernel/generic/zgemm3m_ncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zgemm3m_tcopy_1.c b/kernel/generic/zgemm3m_tcopy_1.c index 33e8ad6fb..774d3bf84 100644 --- a/kernel/generic/zgemm3m_tcopy_1.c +++ b/kernel/generic/zgemm3m_tcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zgemm3m_tcopy_2.c b/kernel/generic/zgemm3m_tcopy_2.c index 0ef3bf9c6..2eff7d7ea 100644 --- a/kernel/generic/zgemm3m_tcopy_2.c +++ b/kernel/generic/zgemm3m_tcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zgemm3m_tcopy_4.c b/kernel/generic/zgemm3m_tcopy_4.c index 86ec255ae..f221dc59d 100644 --- a/kernel/generic/zgemm3m_tcopy_4.c +++ b/kernel/generic/zgemm3m_tcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zgemm3m_tcopy_8.c b/kernel/generic/zgemm3m_tcopy_8.c index 3a9eb8c1d..3a779e122 100644 --- a/kernel/generic/zgemm3m_tcopy_8.c +++ b/kernel/generic/zgemm3m_tcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zgemm_beta.c b/kernel/generic/zgemm_beta.c index 7954e22e3..b394daa00 100644 --- a/kernel/generic/zgemm_beta.c +++ b/kernel/generic/zgemm_beta.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include #include "common.h" diff --git a/kernel/generic/zgemm_ncopy_1.c b/kernel/generic/zgemm_ncopy_1.c index bc2b89779..709ac1fe4 100644 --- a/kernel/generic/zgemm_ncopy_1.c +++ b/kernel/generic/zgemm_ncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zgemm_ncopy_2.c b/kernel/generic/zgemm_ncopy_2.c index 402d6e3e9..46883499a 100644 --- a/kernel/generic/zgemm_ncopy_2.c +++ b/kernel/generic/zgemm_ncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zgemm_ncopy_4.c b/kernel/generic/zgemm_ncopy_4.c index fde96807a..341d524d5 100644 --- a/kernel/generic/zgemm_ncopy_4.c +++ b/kernel/generic/zgemm_ncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zgemm_ncopy_4_sandy.c b/kernel/generic/zgemm_ncopy_4_sandy.c index 195848a03..cdb399eae 100644 --- a/kernel/generic/zgemm_ncopy_4_sandy.c +++ b/kernel/generic/zgemm_ncopy_4_sandy.c @@ -31,7 +31,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **********************************************************************************/ -#include #include "common.h" int CNAME(BLASLONG row,BLASLONG col,FLOAT* src,BLASLONG srcdim,FLOAT* dest) diff --git a/kernel/generic/zgemm_ncopy_8.c b/kernel/generic/zgemm_ncopy_8.c index 5ef1470b6..bc78b035c 100644 --- a/kernel/generic/zgemm_ncopy_8.c +++ b/kernel/generic/zgemm_ncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zgemm_ncopy_8_sandy.c b/kernel/generic/zgemm_ncopy_8_sandy.c index f37c861f8..d7eac3a27 100644 --- a/kernel/generic/zgemm_ncopy_8_sandy.c +++ b/kernel/generic/zgemm_ncopy_8_sandy.c @@ -31,7 +31,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **********************************************************************************/ -#include #include "common.h" int CNAME(BLASLONG row,BLASLONG col,FLOAT* src,BLASLONG srcdim,FLOAT* dest) diff --git a/kernel/generic/zgemm_tcopy_1.c b/kernel/generic/zgemm_tcopy_1.c index ae0533917..b39e98ff1 100644 --- a/kernel/generic/zgemm_tcopy_1.c +++ b/kernel/generic/zgemm_tcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zgemm_tcopy_2.c b/kernel/generic/zgemm_tcopy_2.c index 2b12bb7dd..df83c6432 100644 --- a/kernel/generic/zgemm_tcopy_2.c +++ b/kernel/generic/zgemm_tcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zgemm_tcopy_4.c b/kernel/generic/zgemm_tcopy_4.c index 9b02e0eed..2d3273768 100644 --- a/kernel/generic/zgemm_tcopy_4.c +++ b/kernel/generic/zgemm_tcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zgemm_tcopy_4_sandy.c b/kernel/generic/zgemm_tcopy_4_sandy.c index 71e5517cf..8b31d91f6 100644 --- a/kernel/generic/zgemm_tcopy_4_sandy.c +++ b/kernel/generic/zgemm_tcopy_4_sandy.c @@ -31,7 +31,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **********************************************************************************/ -#include #include "common.h" int CNAME(BLASLONG row,BLASLONG col,FLOAT* src,BLASLONG srcdim,FLOAT* dest) diff --git a/kernel/generic/zgemm_tcopy_8.c b/kernel/generic/zgemm_tcopy_8.c index 8d8988716..a363a3658 100644 --- a/kernel/generic/zgemm_tcopy_8.c +++ b/kernel/generic/zgemm_tcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zgemm_tcopy_8_sandy.c b/kernel/generic/zgemm_tcopy_8_sandy.c index dd6d7999d..f41985bb1 100644 --- a/kernel/generic/zgemm_tcopy_8_sandy.c +++ b/kernel/generic/zgemm_tcopy_8_sandy.c @@ -31,7 +31,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **********************************************************************************/ -#include #include "common.h" int CNAME(BLASLONG row,BLASLONG col,FLOAT* src,BLASLONG srcdim,FLOAT* dest) diff --git a/kernel/generic/zger.c b/kernel/generic/zger.c index 63a09ee00..41fcf9897 100644 --- a/kernel/generic/zger.c +++ b/kernel/generic/zger.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" diff --git a/kernel/generic/zhemm3m_lcopy_1.c b/kernel/generic/zhemm3m_lcopy_1.c index 0ffbbcf1b..0f1aac3fc 100644 --- a/kernel/generic/zhemm3m_lcopy_1.c +++ b/kernel/generic/zhemm3m_lcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zhemm3m_lcopy_2.c b/kernel/generic/zhemm3m_lcopy_2.c index 517ed645d..82c7fdaa9 100644 --- a/kernel/generic/zhemm3m_lcopy_2.c +++ b/kernel/generic/zhemm3m_lcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zhemm3m_lcopy_4.c b/kernel/generic/zhemm3m_lcopy_4.c index a407838f6..de75e1513 100644 --- a/kernel/generic/zhemm3m_lcopy_4.c +++ b/kernel/generic/zhemm3m_lcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zhemm3m_lcopy_8.c b/kernel/generic/zhemm3m_lcopy_8.c index 856d5e54b..e59230e00 100644 --- a/kernel/generic/zhemm3m_lcopy_8.c +++ b/kernel/generic/zhemm3m_lcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zhemm3m_ucopy_1.c b/kernel/generic/zhemm3m_ucopy_1.c index 43f6d997f..b37edf122 100644 --- a/kernel/generic/zhemm3m_ucopy_1.c +++ b/kernel/generic/zhemm3m_ucopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zhemm3m_ucopy_2.c b/kernel/generic/zhemm3m_ucopy_2.c index 2a20fe01f..c61d2726a 100644 --- a/kernel/generic/zhemm3m_ucopy_2.c +++ b/kernel/generic/zhemm3m_ucopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zhemm3m_ucopy_4.c b/kernel/generic/zhemm3m_ucopy_4.c index 879ae2d3f..4de3e9ec6 100644 --- a/kernel/generic/zhemm3m_ucopy_4.c +++ b/kernel/generic/zhemm3m_ucopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zhemm3m_ucopy_8.c b/kernel/generic/zhemm3m_ucopy_8.c index 151422f3d..7e90c3431 100644 --- a/kernel/generic/zhemm3m_ucopy_8.c +++ b/kernel/generic/zhemm3m_ucopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zhemm_ltcopy_1.c b/kernel/generic/zhemm_ltcopy_1.c index b5edda6d7..efc30da39 100644 --- a/kernel/generic/zhemm_ltcopy_1.c +++ b/kernel/generic/zhemm_ltcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zhemm_ltcopy_2.c b/kernel/generic/zhemm_ltcopy_2.c index 41713b03f..530a6a478 100644 --- a/kernel/generic/zhemm_ltcopy_2.c +++ b/kernel/generic/zhemm_ltcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zhemm_ltcopy_4.c b/kernel/generic/zhemm_ltcopy_4.c index 88fa6ef9a..79aacd136 100644 --- a/kernel/generic/zhemm_ltcopy_4.c +++ b/kernel/generic/zhemm_ltcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zhemm_ltcopy_8.c b/kernel/generic/zhemm_ltcopy_8.c index d3f35a7d3..08126b8b9 100644 --- a/kernel/generic/zhemm_ltcopy_8.c +++ b/kernel/generic/zhemm_ltcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zhemm_utcopy_1.c b/kernel/generic/zhemm_utcopy_1.c index 76e67b054..468c82add 100644 --- a/kernel/generic/zhemm_utcopy_1.c +++ b/kernel/generic/zhemm_utcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zhemm_utcopy_2.c b/kernel/generic/zhemm_utcopy_2.c index bd6f13952..ba7f02993 100644 --- a/kernel/generic/zhemm_utcopy_2.c +++ b/kernel/generic/zhemm_utcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zhemm_utcopy_4.c b/kernel/generic/zhemm_utcopy_4.c index 6201b4331..24ac325d4 100644 --- a/kernel/generic/zhemm_utcopy_4.c +++ b/kernel/generic/zhemm_utcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zhemm_utcopy_8.c b/kernel/generic/zhemm_utcopy_8.c index 601ef263d..411b27a97 100644 --- a/kernel/generic/zhemm_utcopy_8.c +++ b/kernel/generic/zhemm_utcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zhemv_k.c b/kernel/generic/zhemv_k.c index bab1d6b18..b25d966c7 100644 --- a/kernel/generic/zhemv_k.c +++ b/kernel/generic/zhemv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #include "symcopy.h" diff --git a/kernel/generic/zlaswp_ncopy_1.c b/kernel/generic/zlaswp_ncopy_1.c index 0e1509997..e93643d94 100644 --- a/kernel/generic/zlaswp_ncopy_1.c +++ b/kernel/generic/zlaswp_ncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #define a2 (a1 + 2) diff --git a/kernel/generic/zlaswp_ncopy_2.c b/kernel/generic/zlaswp_ncopy_2.c index 7dbcf870a..29298350f 100644 --- a/kernel/generic/zlaswp_ncopy_2.c +++ b/kernel/generic/zlaswp_ncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #define a2 (a1 + 2) diff --git a/kernel/generic/zlaswp_ncopy_4.c b/kernel/generic/zlaswp_ncopy_4.c index 0de393838..cac3b59e1 100644 --- a/kernel/generic/zlaswp_ncopy_4.c +++ b/kernel/generic/zlaswp_ncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #define a2 (a1 + 2) diff --git a/kernel/generic/zneg_tcopy_1.c b/kernel/generic/zneg_tcopy_1.c index 6b75e1486..277e99c22 100644 --- a/kernel/generic/zneg_tcopy_1.c +++ b/kernel/generic/zneg_tcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zneg_tcopy_2.c b/kernel/generic/zneg_tcopy_2.c index 680bc74f6..713c600f3 100644 --- a/kernel/generic/zneg_tcopy_2.c +++ b/kernel/generic/zneg_tcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zneg_tcopy_4.c b/kernel/generic/zneg_tcopy_4.c index a643b87b1..43e7017d4 100644 --- a/kernel/generic/zneg_tcopy_4.c +++ b/kernel/generic/zneg_tcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zneg_tcopy_8.c b/kernel/generic/zneg_tcopy_8.c index c2846b4f1..74b955a5e 100644 --- a/kernel/generic/zneg_tcopy_8.c +++ b/kernel/generic/zneg_tcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){ diff --git a/kernel/generic/zsymm3m_lcopy_1.c b/kernel/generic/zsymm3m_lcopy_1.c index 4e5b29d2d..5052b4cf0 100644 --- a/kernel/generic/zsymm3m_lcopy_1.c +++ b/kernel/generic/zsymm3m_lcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zsymm3m_lcopy_2.c b/kernel/generic/zsymm3m_lcopy_2.c index edab3a477..8b0f24694 100644 --- a/kernel/generic/zsymm3m_lcopy_2.c +++ b/kernel/generic/zsymm3m_lcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zsymm3m_lcopy_4.c b/kernel/generic/zsymm3m_lcopy_4.c index 9c6f51f64..904337a01 100644 --- a/kernel/generic/zsymm3m_lcopy_4.c +++ b/kernel/generic/zsymm3m_lcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zsymm3m_lcopy_8.c b/kernel/generic/zsymm3m_lcopy_8.c index f38509210..d9c7cd64c 100644 --- a/kernel/generic/zsymm3m_lcopy_8.c +++ b/kernel/generic/zsymm3m_lcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zsymm3m_ucopy_1.c b/kernel/generic/zsymm3m_ucopy_1.c index 8bf4c8321..b698ba32e 100644 --- a/kernel/generic/zsymm3m_ucopy_1.c +++ b/kernel/generic/zsymm3m_ucopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zsymm3m_ucopy_2.c b/kernel/generic/zsymm3m_ucopy_2.c index deed9eedc..c2b669d27 100644 --- a/kernel/generic/zsymm3m_ucopy_2.c +++ b/kernel/generic/zsymm3m_ucopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zsymm3m_ucopy_4.c b/kernel/generic/zsymm3m_ucopy_4.c index 5737c0c83..67ce21889 100644 --- a/kernel/generic/zsymm3m_ucopy_4.c +++ b/kernel/generic/zsymm3m_ucopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zsymm3m_ucopy_8.c b/kernel/generic/zsymm3m_ucopy_8.c index 3aa1b078c..c9c2addf3 100644 --- a/kernel/generic/zsymm3m_ucopy_8.c +++ b/kernel/generic/zsymm3m_ucopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_ALPHA diff --git a/kernel/generic/zsymm_lcopy_1.c b/kernel/generic/zsymm_lcopy_1.c index 7f20a1f0a..eecb6ae12 100644 --- a/kernel/generic/zsymm_lcopy_1.c +++ b/kernel/generic/zsymm_lcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zsymm_lcopy_2.c b/kernel/generic/zsymm_lcopy_2.c index 735e8e739..165bba9a3 100644 --- a/kernel/generic/zsymm_lcopy_2.c +++ b/kernel/generic/zsymm_lcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zsymm_lcopy_4.c b/kernel/generic/zsymm_lcopy_4.c index d2acea3de..727b2a958 100644 --- a/kernel/generic/zsymm_lcopy_4.c +++ b/kernel/generic/zsymm_lcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zsymm_lcopy_8.c b/kernel/generic/zsymm_lcopy_8.c index e3fbcb56c..2ff5e3428 100644 --- a/kernel/generic/zsymm_lcopy_8.c +++ b/kernel/generic/zsymm_lcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zsymm_ucopy_1.c b/kernel/generic/zsymm_ucopy_1.c index d93b572da..1b302a22a 100644 --- a/kernel/generic/zsymm_ucopy_1.c +++ b/kernel/generic/zsymm_ucopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zsymm_ucopy_2.c b/kernel/generic/zsymm_ucopy_2.c index 4d948f7dd..fe756a104 100644 --- a/kernel/generic/zsymm_ucopy_2.c +++ b/kernel/generic/zsymm_ucopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zsymm_ucopy_4.c b/kernel/generic/zsymm_ucopy_4.c index 8cc326a09..205bd0aab 100644 --- a/kernel/generic/zsymm_ucopy_4.c +++ b/kernel/generic/zsymm_ucopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zsymm_ucopy_8.c b/kernel/generic/zsymm_ucopy_8.c index ea86676c7..108597299 100644 --- a/kernel/generic/zsymm_ucopy_8.c +++ b/kernel/generic/zsymm_ucopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/zsymv_k.c b/kernel/generic/zsymv_k.c index 1e762eb56..2cca2b1fe 100644 --- a/kernel/generic/zsymv_k.c +++ b/kernel/generic/zsymv_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include #include "common.h" #include "symcopy.h" diff --git a/kernel/generic/ztrmm_lncopy_1.c b/kernel/generic/ztrmm_lncopy_1.c index f0f8827f2..130a5a236 100644 --- a/kernel/generic/ztrmm_lncopy_1.c +++ b/kernel/generic/ztrmm_lncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_lncopy_2.c b/kernel/generic/ztrmm_lncopy_2.c index dcd1f8c07..73a89e436 100644 --- a/kernel/generic/ztrmm_lncopy_2.c +++ b/kernel/generic/ztrmm_lncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_lncopy_4.c b/kernel/generic/ztrmm_lncopy_4.c index 7cb562ba3..f6f286672 100644 --- a/kernel/generic/ztrmm_lncopy_4.c +++ b/kernel/generic/ztrmm_lncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_lncopy_8.c b/kernel/generic/ztrmm_lncopy_8.c index 0f173a17e..3d3cb85e9 100644 --- a/kernel/generic/ztrmm_lncopy_8.c +++ b/kernel/generic/ztrmm_lncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_ltcopy_1.c b/kernel/generic/ztrmm_ltcopy_1.c index 2fcd8dbd2..e24f27729 100644 --- a/kernel/generic/ztrmm_ltcopy_1.c +++ b/kernel/generic/ztrmm_ltcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_ltcopy_2.c b/kernel/generic/ztrmm_ltcopy_2.c index 457890ceb..d6e8eb314 100644 --- a/kernel/generic/ztrmm_ltcopy_2.c +++ b/kernel/generic/ztrmm_ltcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_ltcopy_4.c b/kernel/generic/ztrmm_ltcopy_4.c index 246a82641..f0cdc71c8 100644 --- a/kernel/generic/ztrmm_ltcopy_4.c +++ b/kernel/generic/ztrmm_ltcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_ltcopy_8.c b/kernel/generic/ztrmm_ltcopy_8.c index 0af2420c3..84e50169c 100644 --- a/kernel/generic/ztrmm_ltcopy_8.c +++ b/kernel/generic/ztrmm_ltcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_uncopy_1.c b/kernel/generic/ztrmm_uncopy_1.c index 2782cdd05..e7efc6f91 100644 --- a/kernel/generic/ztrmm_uncopy_1.c +++ b/kernel/generic/ztrmm_uncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_uncopy_2.c b/kernel/generic/ztrmm_uncopy_2.c index 7eb433df9..8aa5dce34 100644 --- a/kernel/generic/ztrmm_uncopy_2.c +++ b/kernel/generic/ztrmm_uncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_uncopy_4.c b/kernel/generic/ztrmm_uncopy_4.c index e282bd1c7..2e2e17729 100644 --- a/kernel/generic/ztrmm_uncopy_4.c +++ b/kernel/generic/ztrmm_uncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_uncopy_8.c b/kernel/generic/ztrmm_uncopy_8.c index c3ea0c85e..b286386e3 100644 --- a/kernel/generic/ztrmm_uncopy_8.c +++ b/kernel/generic/ztrmm_uncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_utcopy_1.c b/kernel/generic/ztrmm_utcopy_1.c index 94d23ef9b..57923ac44 100644 --- a/kernel/generic/ztrmm_utcopy_1.c +++ b/kernel/generic/ztrmm_utcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_utcopy_2.c b/kernel/generic/ztrmm_utcopy_2.c index 03ce93d99..b56ebf5fe 100644 --- a/kernel/generic/ztrmm_utcopy_2.c +++ b/kernel/generic/ztrmm_utcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_utcopy_4.c b/kernel/generic/ztrmm_utcopy_4.c index e6b89e7bf..5ad3aaeeb 100644 --- a/kernel/generic/ztrmm_utcopy_4.c +++ b/kernel/generic/ztrmm_utcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrmm_utcopy_8.c b/kernel/generic/ztrmm_utcopy_8.c index 946c136e7..124b931bd 100644 --- a/kernel/generic/ztrmm_utcopy_8.c +++ b/kernel/generic/ztrmm_utcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLONG posY, FLOAT *b){ diff --git a/kernel/generic/ztrsm_lncopy_1.c b/kernel/generic/ztrsm_lncopy_1.c index c1d62ead2..fb75805f9 100644 --- a/kernel/generic/ztrsm_lncopy_1.c +++ b/kernel/generic/ztrsm_lncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_lncopy_2.c b/kernel/generic/ztrsm_lncopy_2.c index a98bbb54e..0e65c65b5 100644 --- a/kernel/generic/ztrsm_lncopy_2.c +++ b/kernel/generic/ztrsm_lncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_lncopy_4.c b/kernel/generic/ztrsm_lncopy_4.c index f44127282..f3d5b8ae1 100644 --- a/kernel/generic/ztrsm_lncopy_4.c +++ b/kernel/generic/ztrsm_lncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_lncopy_8.c b/kernel/generic/ztrsm_lncopy_8.c index f6700de66..3a260d205 100644 --- a/kernel/generic/ztrsm_lncopy_8.c +++ b/kernel/generic/ztrsm_lncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_ltcopy_1.c b/kernel/generic/ztrsm_ltcopy_1.c index f24cec863..e67f51fb8 100644 --- a/kernel/generic/ztrsm_ltcopy_1.c +++ b/kernel/generic/ztrsm_ltcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_ltcopy_2.c b/kernel/generic/ztrsm_ltcopy_2.c index 93a32bf04..567c01491 100644 --- a/kernel/generic/ztrsm_ltcopy_2.c +++ b/kernel/generic/ztrsm_ltcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_ltcopy_4.c b/kernel/generic/ztrsm_ltcopy_4.c index 5a8f138d6..a6240e247 100644 --- a/kernel/generic/ztrsm_ltcopy_4.c +++ b/kernel/generic/ztrsm_ltcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_ltcopy_8.c b/kernel/generic/ztrsm_ltcopy_8.c index 83f28113d..097d73556 100644 --- a/kernel/generic/ztrsm_ltcopy_8.c +++ b/kernel/generic/ztrsm_ltcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_uncopy_1.c b/kernel/generic/ztrsm_uncopy_1.c index be1aac5e2..516b330ff 100644 --- a/kernel/generic/ztrsm_uncopy_1.c +++ b/kernel/generic/ztrsm_uncopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_uncopy_2.c b/kernel/generic/ztrsm_uncopy_2.c index 91051b148..7d54c5aca 100644 --- a/kernel/generic/ztrsm_uncopy_2.c +++ b/kernel/generic/ztrsm_uncopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_uncopy_4.c b/kernel/generic/ztrsm_uncopy_4.c index cb6ed0101..f3684b97e 100644 --- a/kernel/generic/ztrsm_uncopy_4.c +++ b/kernel/generic/ztrsm_uncopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_uncopy_8.c b/kernel/generic/ztrsm_uncopy_8.c index 453a6c0a9..7524d697e 100644 --- a/kernel/generic/ztrsm_uncopy_8.c +++ b/kernel/generic/ztrsm_uncopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_utcopy_1.c b/kernel/generic/ztrsm_utcopy_1.c index 08f85e891..84b5259f8 100644 --- a/kernel/generic/ztrsm_utcopy_1.c +++ b/kernel/generic/ztrsm_utcopy_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_utcopy_2.c b/kernel/generic/ztrsm_utcopy_2.c index 387bb2532..f61036f3f 100644 --- a/kernel/generic/ztrsm_utcopy_2.c +++ b/kernel/generic/ztrsm_utcopy_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_utcopy_4.c b/kernel/generic/ztrsm_utcopy_4.c index 9617fc192..b9ed9c53d 100644 --- a/kernel/generic/ztrsm_utcopy_4.c +++ b/kernel/generic/ztrsm_utcopy_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/generic/ztrsm_utcopy_8.c b/kernel/generic/ztrsm_utcopy_8.c index be270f1cc..29d1fad51 100644 --- a/kernel/generic/ztrsm_utcopy_8.c +++ b/kernel/generic/ztrsm_utcopy_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT *b){ diff --git a/kernel/mips/amax.c b/kernel/mips/amax.c index ad14081f5..e7928a58b 100644 --- a/kernel/mips/amax.c +++ b/kernel/mips/amax.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/amin.c b/kernel/mips/amin.c index 8079450ff..ff99c5997 100644 --- a/kernel/mips/amin.c +++ b/kernel/mips/amin.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/asum.c b/kernel/mips/asum.c index d221464de..5964ee876 100644 --- a/kernel/mips/asum.c +++ b/kernel/mips/asum.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/casum_msa.c b/kernel/mips/casum_msa.c index 6509cb2fc..07fff13a3 100644 --- a/kernel/mips/casum_msa.c +++ b/kernel/mips/casum_msa.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ #include "common.h" -#include #include "macros_msa.h" #define AND_VEC_W(in) ((v4f32) ((v4i32) in & and_vec)) diff --git a/kernel/mips/dasum_msa.c b/kernel/mips/dasum_msa.c index 2cb37fcce..a6cd29ef0 100644 --- a/kernel/mips/dasum_msa.c +++ b/kernel/mips/dasum_msa.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ #include "common.h" -#include #include "macros_msa.h" #define AND_VEC_D(in) ((v2f64) ((v2i64) in & and_vec)) diff --git a/kernel/mips/iamax.c b/kernel/mips/iamax.c index fcc0b821e..c4bea4515 100644 --- a/kernel/mips/iamax.c +++ b/kernel/mips/iamax.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/iamin.c b/kernel/mips/iamin.c index 7f1c4d905..9a8709864 100644 --- a/kernel/mips/iamin.c +++ b/kernel/mips/iamin.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/imax.c b/kernel/mips/imax.c index 744bfc0d9..0f2fb6d85 100644 --- a/kernel/mips/imax.c +++ b/kernel/mips/imax.c @@ -26,9 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include - - BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) { diff --git a/kernel/mips/imin.c b/kernel/mips/imin.c index d9b283d2d..c99ac5ccc 100644 --- a/kernel/mips/imin.c +++ b/kernel/mips/imin.c @@ -26,9 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include - - BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) { diff --git a/kernel/mips/izamax.c b/kernel/mips/izamax.c index 708ee921d..91aa16e4b 100644 --- a/kernel/mips/izamax.c +++ b/kernel/mips/izamax.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/izamin.c b/kernel/mips/izamin.c index 523605ef4..2d15afbde 100644 --- a/kernel/mips/izamin.c +++ b/kernel/mips/izamin.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/max.c b/kernel/mips/max.c index 2ad956bc0..30a44ee4f 100644 --- a/kernel/mips/max.c +++ b/kernel/mips/max.c @@ -35,8 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include - FLOAT CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) { diff --git a/kernel/mips/min.c b/kernel/mips/min.c index 2812fe397..8ba219ba2 100644 --- a/kernel/mips/min.c +++ b/kernel/mips/min.c @@ -35,8 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include - FLOAT CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) { diff --git a/kernel/mips/nrm2.c b/kernel/mips/nrm2.c index fcff09337..32b287f62 100644 --- a/kernel/mips/nrm2.c +++ b/kernel/mips/nrm2.c @@ -35,7 +35,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/sasum_msa.c b/kernel/mips/sasum_msa.c index b38385d76..91d49290a 100644 --- a/kernel/mips/sasum_msa.c +++ b/kernel/mips/sasum_msa.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ #include "common.h" -#include #include "macros_msa.h" #define AND_VEC_W(in) ((v4f32) ((v4i32) in & and_vec)) diff --git a/kernel/mips/swap.c b/kernel/mips/swap.c index 23f7a3580..0a1a3e70a 100644 --- a/kernel/mips/swap.c +++ b/kernel/mips/swap.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT dummy3, FLOAT *x, BLASLONG inc_x, FLOAT *y, BLASLONG inc_y, FLOAT *dummy, BLASLONG dummy2) { diff --git a/kernel/mips/zamax.c b/kernel/mips/zamax.c index c3191d9b8..f72987a72 100644 --- a/kernel/mips/zamax.c +++ b/kernel/mips/zamax.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/zamin.c b/kernel/mips/zamin.c index 97c07da81..775440b0d 100644 --- a/kernel/mips/zamin.c +++ b/kernel/mips/zamin.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/zasum.c b/kernel/mips/zasum.c index 77a2ed685..56d3336f1 100644 --- a/kernel/mips/zasum.c +++ b/kernel/mips/zasum.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/zasum_msa.c b/kernel/mips/zasum_msa.c index 6a2624424..ddb6b9dbf 100644 --- a/kernel/mips/zasum_msa.c +++ b/kernel/mips/zasum_msa.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ #include "common.h" -#include #include "macros_msa.h" #define AND_VEC_D(in) ((v2f64) ((v2i64) in & and_vec)) diff --git a/kernel/mips/znrm2.c b/kernel/mips/znrm2.c index 85be39cd1..ad5b3d3ce 100644 --- a/kernel/mips/znrm2.c +++ b/kernel/mips/znrm2.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/mips/zswap.c b/kernel/mips/zswap.c index abc3c9cad..fa34b00b2 100644 --- a/kernel/mips/zswap.c +++ b/kernel/mips/zswap.c @@ -26,7 +26,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT dummy3, FLOAT dummy4, FLOAT *x, BLASLONG inc_x, FLOAT *y, BLASLONG inc_y, FLOAT *dummy, BLASLONG dummy2) { diff --git a/kernel/power/casum.c b/kernel/power/casum.c index d1108581d..8dce4f7c1 100644 --- a/kernel/power/casum.c +++ b/kernel/power/casum.c @@ -34,7 +34,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/power/dasum.c b/kernel/power/dasum.c index 73962c2f2..33adcbb7e 100644 --- a/kernel/power/dasum.c +++ b/kernel/power/dasum.c @@ -34,7 +34,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/power/idamax.c b/kernel/power/idamax.c index 5bdc0a13c..20d40ce84 100644 --- a/kernel/power/idamax.c +++ b/kernel/power/idamax.c @@ -25,7 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #include #if defined(DOUBLE) diff --git a/kernel/power/idamin.c b/kernel/power/idamin.c index f4d1d1bdb..9d0ffcafb 100644 --- a/kernel/power/idamin.c +++ b/kernel/power/idamin.c @@ -25,7 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/power/izamax.c b/kernel/power/izamax.c index cfe78c8c0..9e27a4789 100644 --- a/kernel/power/izamax.c +++ b/kernel/power/izamax.c @@ -27,7 +27,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common.h" -#include #define ABS fabs #define CABS1(x,i) ABS(x[i])+ABS(x[i+1]) diff --git a/kernel/power/izamin.c b/kernel/power/izamin.c index 448247ffd..b512907a7 100644 --- a/kernel/power/izamin.c +++ b/kernel/power/izamin.c @@ -27,7 +27,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common.h" -#include #define ABS fabs #define CABS1(x,i) ABS(x[i])+ABS(x[i+1]) diff --git a/kernel/power/sasum.c b/kernel/power/sasum.c index fb10b1d27..c1eaae8b1 100644 --- a/kernel/power/sasum.c +++ b/kernel/power/sasum.c @@ -34,7 +34,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/power/zasum.c b/kernel/power/zasum.c index 0b6b87d46..2e4158a65 100644 --- a/kernel/power/zasum.c +++ b/kernel/power/zasum.c @@ -34,7 +34,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. **************************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/power/zgemv_n_4.c b/kernel/power/zgemv_n_4.c index 8b250a7f1..5dfa94f5c 100644 --- a/kernel/power/zgemv_n_4.c +++ b/kernel/power/zgemv_n_4.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #include "common.h" #define HAVE_KERNEL_4x4_VEC 1 diff --git a/kernel/setparam-ref.c b/kernel/setparam-ref.c index f654de110..b007e703d 100644 --- a/kernel/setparam-ref.c +++ b/kernel/setparam-ref.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" #ifdef BUILD_KERNEL diff --git a/kernel/x86_64/cgemv_n_4.c b/kernel/x86_64/cgemv_n_4.c index d81766cd4..4ecf0fc7c 100644 --- a/kernel/x86_64/cgemv_n_4.c +++ b/kernel/x86_64/cgemv_n_4.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #include "common.h" #if defined(HASWELL) || defined(ZEN) || defined (SKYLAKEX) diff --git a/kernel/x86_64/dgemm_ncopy_8_skylakex.c b/kernel/x86_64/dgemm_ncopy_8_skylakex.c index 74b336f3d..c6df096ba 100644 --- a/kernel/x86_64/dgemm_ncopy_8_skylakex.c +++ b/kernel/x86_64/dgemm_ncopy_8_skylakex.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #include diff --git a/kernel/x86_64/dgemm_tcopy_8_skylakex.c b/kernel/x86_64/dgemm_tcopy_8_skylakex.c index 472ad6349..ac28f8858 100644 --- a/kernel/x86_64/dgemm_tcopy_8_skylakex.c +++ b/kernel/x86_64/dgemm_tcopy_8_skylakex.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #include diff --git a/kernel/x86_64/dger.c b/kernel/x86_64/dger.c index 157a8ea7f..a7f8d6793 100644 --- a/kernel/x86_64/dger.c +++ b/kernel/x86_64/dger.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #if defined(SANDYBRIDGE) diff --git a/kernel/x86_64/sgemm_ncopy_4_skylakex.c b/kernel/x86_64/sgemm_ncopy_4_skylakex.c index 8577e3b38..7d069dd0f 100644 --- a/kernel/x86_64/sgemm_ncopy_4_skylakex.c +++ b/kernel/x86_64/sgemm_ncopy_4_skylakex.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #include diff --git a/kernel/x86_64/sgemm_tcopy_16_skylakex.c b/kernel/x86_64/sgemm_tcopy_16_skylakex.c index dbacc5081..fad4c8561 100644 --- a/kernel/x86_64/sgemm_tcopy_16_skylakex.c +++ b/kernel/x86_64/sgemm_tcopy_16_skylakex.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" int CNAME(BLASLONG m, BLASLONG n, FLOAT * __restrict a, BLASLONG lda, FLOAT * __restrict b){ diff --git a/kernel/x86_64/sger.c b/kernel/x86_64/sger.c index 84c056c0d..eff6f46bf 100644 --- a/kernel/x86_64/sger.c +++ b/kernel/x86_64/sger.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #if defined(SANDYBRIDGE) diff --git a/kernel/x86_64/zgemv_n_4.c b/kernel/x86_64/zgemv_n_4.c index 0fedc496b..12bb1524d 100644 --- a/kernel/x86_64/zgemv_n_4.c +++ b/kernel/x86_64/zgemv_n_4.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #include "common.h" diff --git a/kernel/zarch/dasum.c b/kernel/zarch/dasum.c index 7a42a0863..47cdbcf64 100644 --- a/kernel/zarch/dasum.c +++ b/kernel/zarch/dasum.c @@ -27,7 +27,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common.h" -#include #if defined(DOUBLE) #define ABS fabs diff --git a/kernel/zarch/idamax.c b/kernel/zarch/idamax.c index b67091148..c0105fee7 100644 --- a/kernel/zarch/idamax.c +++ b/kernel/zarch/idamax.c @@ -25,7 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/zarch/idamin.c b/kernel/zarch/idamin.c index 8a7ff1659..cc04896f6 100644 --- a/kernel/zarch/idamin.c +++ b/kernel/zarch/idamin.c @@ -25,7 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/zarch/izamax.c b/kernel/zarch/izamax.c index 216c3414a..efb4f2fbc 100644 --- a/kernel/zarch/izamax.c +++ b/kernel/zarch/izamax.c @@ -27,7 +27,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common.h" -#include #define ABS fabs #define CABS1(x,i) ABS(x[i])+ABS(x[i+1]) diff --git a/kernel/zarch/izamin.c b/kernel/zarch/izamin.c index 9b2a653a7..6bee57f1f 100644 --- a/kernel/zarch/izamin.c +++ b/kernel/zarch/izamin.c @@ -27,7 +27,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common.h" -#include #define ABS fabs #define CABS1(x,i) ABS(x[i])+ABS(x[i+1]) diff --git a/kernel/zarch/zasum.c b/kernel/zarch/zasum.c index 0fc5c9ecb..5b8ba12f8 100644 --- a/kernel/zarch/zasum.c +++ b/kernel/zarch/zasum.c @@ -27,7 +27,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common.h" -#include #if defined(DOUBLE) diff --git a/kernel/zarch/zgemv_n_4.c b/kernel/zarch/zgemv_n_4.c index 484db3073..d6e3fde3d 100644 --- a/kernel/zarch/zgemv_n_4.c +++ b/kernel/zarch/zgemv_n_4.c @@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -#include -#include #include "common.h" #define HAVE_KERNEL_4x4_VEC 1 diff --git a/lapack/getf2/getf2_k.c b/lapack/getf2/getf2_k.c index 073a0251d..23704f548 100644 --- a/lapack/getf2/getf2_k.c +++ b/lapack/getf2/getf2_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dp1 = 1.; diff --git a/lapack/getf2/zgetf2_k.c b/lapack/getf2/zgetf2_k.c index 512adf8ba..da91c842a 100644 --- a/lapack/getf2/zgetf2_k.c +++ b/lapack/getf2/zgetf2_k.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" double fabs(double); diff --git a/lapack/getrf/getrf_parallel.c b/lapack/getrf/getrf_parallel.c index 591ce4a99..92ffb3b42 100644 --- a/lapack/getrf/getrf_parallel.c +++ b/lapack/getrf/getrf_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dm1 = -1.; diff --git a/lapack/getrf/getrf_parallel_omp.c b/lapack/getrf/getrf_parallel_omp.c index 79d6f5198..f19de6a01 100644 --- a/lapack/getrf/getrf_parallel_omp.c +++ b/lapack/getrf/getrf_parallel_omp.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #define GEMM_PQ MAX(GEMM_P, GEMM_Q) diff --git a/lapack/getrf/getrf_single.c b/lapack/getrf/getrf_single.c index 865c51bb5..fd9544c1f 100644 --- a/lapack/getrf/getrf_single.c +++ b/lapack/getrf/getrf_single.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #define GEMM_PQ MAX(GEMM_P, GEMM_Q) diff --git a/lapack/getrf/potrf_parallel.c b/lapack/getrf/potrf_parallel.c index c2fee6bd1..996e11150 100644 --- a/lapack/getrf/potrf_parallel.c +++ b/lapack/getrf/potrf_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_SIMPLE_THREADED_LEVEL3 diff --git a/lapack/getrs/getrs_parallel.c b/lapack/getrs/getrs_parallel.c index 4b589fed3..731daed0d 100644 --- a/lapack/getrs/getrs_parallel.c +++ b/lapack/getrs/getrs_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static int inner_thread(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, diff --git a/lapack/getrs/getrs_single.c b/lapack/getrs/getrs_single.c index 0dbb03869..d561f12a4 100644 --- a/lapack/getrs/getrs_single.c +++ b/lapack/getrs/getrs_single.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" blasint CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *sa, FLOAT *sb, BLASLONG mypos) { diff --git a/lapack/getrs/zgetrs_parallel.c b/lapack/getrs/zgetrs_parallel.c index d4abc49d2..d3a28d284 100644 --- a/lapack/getrs/zgetrs_parallel.c +++ b/lapack/getrs/zgetrs_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static int inner_thread(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, diff --git a/lapack/getrs/zgetrs_single.c b/lapack/getrs/zgetrs_single.c index ee4ac81e5..9b69fb24a 100644 --- a/lapack/getrs/zgetrs_single.c +++ b/lapack/getrs/zgetrs_single.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" blasint CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *sa, FLOAT *sb, BLASLONG mypos) { diff --git a/lapack/laswp/generic/laswp_k_1.c b/lapack/laswp/generic/laswp_k_1.c index 88648cf29..cffc95c49 100644 --- a/lapack/laswp/generic/laswp_k_1.c +++ b/lapack/laswp/generic/laswp_k_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef MINUS diff --git a/lapack/laswp/generic/laswp_k_2.c b/lapack/laswp/generic/laswp_k_2.c index 93b9a2c01..27a7e6ba1 100644 --- a/lapack/laswp/generic/laswp_k_2.c +++ b/lapack/laswp/generic/laswp_k_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef MINUS diff --git a/lapack/laswp/generic/laswp_k_4.c b/lapack/laswp/generic/laswp_k_4.c index 191a229a9..3510086d5 100644 --- a/lapack/laswp/generic/laswp_k_4.c +++ b/lapack/laswp/generic/laswp_k_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef MINUS diff --git a/lapack/laswp/generic/laswp_k_8.c b/lapack/laswp/generic/laswp_k_8.c index 947941839..d513ac74a 100644 --- a/lapack/laswp/generic/laswp_k_8.c +++ b/lapack/laswp/generic/laswp_k_8.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef MINUS diff --git a/lapack/laswp/generic/zlaswp_k_1.c b/lapack/laswp/generic/zlaswp_k_1.c index d1204778a..cbbfdd880 100644 --- a/lapack/laswp/generic/zlaswp_k_1.c +++ b/lapack/laswp/generic/zlaswp_k_1.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef MINUS diff --git a/lapack/laswp/generic/zlaswp_k_2.c b/lapack/laswp/generic/zlaswp_k_2.c index c18ab4bee..62191e985 100644 --- a/lapack/laswp/generic/zlaswp_k_2.c +++ b/lapack/laswp/generic/zlaswp_k_2.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef MINUS diff --git a/lapack/laswp/generic/zlaswp_k_4.c b/lapack/laswp/generic/zlaswp_k_4.c index 45e1bf01e..900c0e95b 100644 --- a/lapack/laswp/generic/zlaswp_k_4.c +++ b/lapack/laswp/generic/zlaswp_k_4.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef MINUS diff --git a/lapack/lauu2/lauu2_L.c b/lapack/lauu2/lauu2_L.c index ccb299ee4..a119ea98c 100644 --- a/lapack/lauu2/lauu2_L.c +++ b/lapack/lauu2/lauu2_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dp1 = 1.; diff --git a/lapack/lauu2/lauu2_U.c b/lapack/lauu2/lauu2_U.c index c097c81d0..9dfa8569a 100644 --- a/lapack/lauu2/lauu2_U.c +++ b/lapack/lauu2/lauu2_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dp1 = 1.; diff --git a/lapack/lauu2/zlauu2_L.c b/lapack/lauu2/zlauu2_L.c index 1bc8b4c29..11fd8c252 100644 --- a/lapack/lauu2/zlauu2_L.c +++ b/lapack/lauu2/zlauu2_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dp1 = 1.; diff --git a/lapack/lauu2/zlauu2_U.c b/lapack/lauu2/zlauu2_U.c index 02b7b2f87..d1fb73411 100644 --- a/lapack/lauu2/zlauu2_U.c +++ b/lapack/lauu2/zlauu2_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dp1 = 1.; diff --git a/lapack/lauum/lauum_L_parallel.c b/lapack/lauum/lauum_L_parallel.c index 0ebe3f069..7ec33b4ba 100644 --- a/lapack/lauum/lauum_L_parallel.c +++ b/lapack/lauum/lauum_L_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" blasint CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *sa, FLOAT *sb, BLASLONG myid) { diff --git a/lapack/lauum/lauum_L_single.c b/lapack/lauum/lauum_L_single.c index dead857fb..3fbdf3aec 100644 --- a/lapack/lauum/lauum_L_single.c +++ b/lapack/lauum/lauum_L_single.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dp1 = 1.; diff --git a/lapack/lauum/lauum_U_parallel.c b/lapack/lauum/lauum_U_parallel.c index 7214c9731..1bcb7daa6 100644 --- a/lapack/lauum/lauum_U_parallel.c +++ b/lapack/lauum/lauum_U_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" blasint CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *sa, FLOAT *sb, BLASLONG myid) { diff --git a/lapack/lauum/lauum_U_single.c b/lapack/lauum/lauum_U_single.c index 1ce62c0dc..1836405a2 100644 --- a/lapack/lauum/lauum_U_single.c +++ b/lapack/lauum/lauum_U_single.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dp1 = 1.; diff --git a/lapack/potf2/potf2_L.c b/lapack/potf2/potf2_L.c index 8cd094ac2..837c3eb2a 100644 --- a/lapack/potf2/potf2_L.c +++ b/lapack/potf2/potf2_L.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" static FLOAT dm1 = -1.; diff --git a/lapack/potf2/potf2_U.c b/lapack/potf2/potf2_U.c index 9f908c14c..efc5cb0d7 100644 --- a/lapack/potf2/potf2_U.c +++ b/lapack/potf2/potf2_U.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" static FLOAT dm1 = -1.; diff --git a/lapack/potf2/zpotf2_L.c b/lapack/potf2/zpotf2_L.c index d265c5d88..7a8a2eb97 100644 --- a/lapack/potf2/zpotf2_L.c +++ b/lapack/potf2/zpotf2_L.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" static FLOAT dm1 = -1.; diff --git a/lapack/potf2/zpotf2_U.c b/lapack/potf2/zpotf2_U.c index 594a90ad3..4d1791a7e 100644 --- a/lapack/potf2/zpotf2_U.c +++ b/lapack/potf2/zpotf2_U.c @@ -36,8 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include -#include #include "common.h" static FLOAT dm1 = -1.; diff --git a/lapack/potrf/potrf_L_parallel.c b/lapack/potrf/potrf_L_parallel.c index 68ec8e22a..e36ad9579 100644 --- a/lapack/potrf/potrf_L_parallel.c +++ b/lapack/potrf/potrf_L_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" blasint CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *sa, FLOAT *sb, BLASLONG myid) { diff --git a/lapack/potrf/potrf_L_single.c b/lapack/potrf/potrf_L_single.c index 0edadf321..f2ad0aa8a 100644 --- a/lapack/potrf/potrf_L_single.c +++ b/lapack/potrf/potrf_L_single.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dm1 = -1.; diff --git a/lapack/potrf/potrf_U_parallel.c b/lapack/potrf/potrf_U_parallel.c index 3b5d39511..659db9985 100644 --- a/lapack/potrf/potrf_U_parallel.c +++ b/lapack/potrf/potrf_U_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" blasint CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *sa, FLOAT *sb, BLASLONG myid) { diff --git a/lapack/potrf/potrf_U_single.c b/lapack/potrf/potrf_U_single.c index 932e48114..bac765e54 100644 --- a/lapack/potrf/potrf_U_single.c +++ b/lapack/potrf/potrf_U_single.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" static FLOAT dm1 = -1.; diff --git a/lapack/potrf/potrf_parallel.c b/lapack/potrf/potrf_parallel.c index e61e8decb..9d6be8bd6 100644 --- a/lapack/potrf/potrf_parallel.c +++ b/lapack/potrf/potrf_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifndef USE_SIMPLE_THREADED_LEVEL3 diff --git a/lapack/trti2/trti2_L.c b/lapack/trti2/trti2_L.c index f1c0ddf31..a19ac19e9 100644 --- a/lapack/trti2/trti2_L.c +++ b/lapack/trti2/trti2_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef UNIT diff --git a/lapack/trti2/trti2_U.c b/lapack/trti2/trti2_U.c index 376be731f..4c85ce260 100644 --- a/lapack/trti2/trti2_U.c +++ b/lapack/trti2/trti2_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef UNIT diff --git a/lapack/trti2/ztrti2_L.c b/lapack/trti2/ztrti2_L.c index 98ea2128d..9d51a23c9 100644 --- a/lapack/trti2/ztrti2_L.c +++ b/lapack/trti2/ztrti2_L.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef UNIT diff --git a/lapack/trti2/ztrti2_U.c b/lapack/trti2/ztrti2_U.c index 3dac56c3f..7329e3a30 100644 --- a/lapack/trti2/ztrti2_U.c +++ b/lapack/trti2/ztrti2_U.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef UNIT diff --git a/lapack/trtri/trtri_L_parallel.c b/lapack/trtri/trtri_L_parallel.c index 5dc60b862..71fa7ac90 100644 --- a/lapack/trtri/trtri_L_parallel.c +++ b/lapack/trtri/trtri_L_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef UNIT diff --git a/lapack/trtri/trtri_L_single.c b/lapack/trtri/trtri_L_single.c index 3e4343060..a803576a7 100644 --- a/lapack/trtri/trtri_L_single.c +++ b/lapack/trtri/trtri_L_single.c @@ -33,7 +33,6 @@ * TEST single precision blocked: OK **************************************************************************************/ -#include #include "common.h" // static FLOAT dp1 = 1.; diff --git a/lapack/trtri/trtri_U_parallel.c b/lapack/trtri/trtri_U_parallel.c index fc48a33f1..c15194cc1 100644 --- a/lapack/trtri/trtri_U_parallel.c +++ b/lapack/trtri/trtri_U_parallel.c @@ -36,7 +36,6 @@ /* or implied, of The University of Texas at Austin. */ /*********************************************************************/ -#include #include "common.h" #ifdef UNIT diff --git a/lapack/trtri/trtri_U_single.c b/lapack/trtri/trtri_U_single.c index e4da5da59..cd84f6c27 100644 --- a/lapack/trtri/trtri_U_single.c +++ b/lapack/trtri/trtri_U_single.c @@ -34,7 +34,6 @@ * **************************************************************************************/ -#include #include "common.h" // static FLOAT dp1 = 1.;