This commit is contained in:
2026-05-06 19:51:30 +07:00
commit 3958b0edcf
2704 changed files with 410390 additions and 0 deletions
@@ -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_