Skip to content

Commit 498ac98

Browse files
Note for unused kernels
1 parent cd9ea45 commit 498ac98

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

kernel/power/sgemv_n_8.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
*****************************************************************************/
2727

2828

29+
/****Note***
30+
UnUsed kernel
31+
This kernel works. But it was not competitive enough to be added in production
32+
It could be used and tested in future or could provide barebone for switching to inline assembly
33+
*/
34+
2935
#include "common.h"
3036

3137
#define NBMAX 4096

kernel/power/sgemv_t_8.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
2525
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
*****************************************************************************/
2727

28+
29+
/****Note***
30+
UnUsed kernel
31+
This kernel works. But it was not competitive enough to be added in production
32+
It could be used and tested in future or could be used as base for switching to inline assembly
33+
*/
34+
2835
#include "common.h"
2936
#include <stdio.h>
3037
#define NBMAX 4096

0 commit comments

Comments
 (0)