add some code
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef _dspm_matrix_H_
|
||||
#define _dspm_matrix_H_
|
||||
|
||||
#include "dspm_add.h"
|
||||
#include "dspm_addc.h"
|
||||
#include "dspm_mult.h"
|
||||
#include "dspm_mulc.h"
|
||||
#include "dspm_sub.h"
|
||||
|
||||
#endif // _dspm_matrix_H_
|
||||
Reference in New Issue
Block a user