]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blob - blis/config/am57x/touch.h
Merged refactored BLIS code and BLIS code with AM57x and Shannoon configurations.
[dense-linear-algebra-libraries/linalg.git] / blis / config / am57x / touch.h
1 #ifndef _TOUCH_H_\r
2 #define _TOUCH_H_\r
3 \r
4 /* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/\r
5 *\r
6 * Redistribution and use in source and binary forms, with or without\r
7 * modification, are permitted provided that the following conditions\r
8 * are met:\r
9 *\r
10 * Redistributions of source code must retain the above copyright\r
11 * notice, this list of conditions and the following disclaimer.\r
12 *\r
13 * Redistributions in binary form must reproduce the above copyright\r
14 * notice, this list of conditions and the following disclaimer in the\r
15 * documentation and/or other materials provided with the\r
16 * distribution.\r
17 *\r
18 * Neither the name of Texas Instruments Incorporated nor the names of\r
19 * its contributors may be used to endorse or promote products derived\r
20 * from this software without specific prior written permission.\r
21 *\r
22 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r
23 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r
24 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\r
25 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\r
26 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
27 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\r
28 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
29 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
30 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
32 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
33 *\r
34 */\r
35 \r
36 /**\r
37  *   @file   touch.h\r
38  *   @brief  Contains interface to cache optimization utilities\r
39  *\r
40  */\r
41 \r
42 /** @defgroup util util  */\r
43 \r
44 /** @ingroup util */\r
45 /* @{ */\r
46 \r
47 /** \r
48  * @brief       touches an array to bring it into cache\r
49  * \r
50  *  @param[in]  array          Pointer to array to touch\r
51  *  @param[in]  length         Length array in bytes\r
52  *\r
53  */\r
54 void touch (const void *array, int length); \r
55 \r
56 #endif\r
57 \r
58 /* @} */ /* ingroup */\r
59 \r
60 /* Nothing past this point */\r