libflame  revision_anchor
blis_prototypes_misc.h
Go to the documentation of this file.
00001 /*
00002 
00003     Copyright (C) 2014, The University of Texas at Austin
00004 
00005     This file is part of libflame and is available under the 3-Clause
00006     BSD license, which can be found in the LICENSE file at the top-level
00007     directory, or at http://opensource.org/licenses/BSD-3-Clause
00008 
00009 */
00010 
00011 // --- Abort prototypes --------------------------------------------------------
00012 
00013 void bl1_abort( void );
00014 void bl1_abort_msg( char* message );
00015 
00016 // --- Parameter-mapping prototypes --------------------------------------------
00017 
00018 void bl1_param_map_to_netlib_trans( trans1_t blis_trans, void* blas_trans );
00019 void bl1_param_map_to_netlib_uplo(  uplo1_t  blis_uplo,  void* blas_uplo );
00020 void bl1_param_map_to_netlib_side(  side1_t  blis_side,  void* blas_side );
00021 void bl1_param_map_to_netlib_diag(  diag1_t  blis_diag,  void* blas_diag );
00022