mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-15 07:51:43 +08:00
add neon header
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
* *****************************************************************************/
|
||||
|
||||
#include <arm_sve.h>
|
||||
#include <arm_neon.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
* *****************************************************************************/
|
||||
|
||||
#include <arm_sve.h>
|
||||
#include <arm_neon.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user