add neon header

This commit is contained in:
abhishek-fujitsu
2025-07-25 11:10:20 +05:30
parent 720a4743b9
commit 0bc79da587
3 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
* *****************************************************************************/
#include <arm_sve.h>
#include <arm_neon.h>
#include "common.h"

View File

@@ -27,6 +27,7 @@
* *****************************************************************************/
#include <arm_sve.h>
#include <arm_neon.h>
#include "common.h"

View File

@@ -28,6 +28,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "common.h"
#include <arm_sve.h>
#include <arm_neon.h>
#define UPDATE_PTRSx2 \
a_ptr1 = a_ptr0 + lda;