Skip to content

Commit

Permalink
[Neon] : add meson.build and simde/arm/neon.h
Browse files Browse the repository at this point in the history
  • Loading branch information
朱季葳 authored and 朱季葳 committed Oct 16, 2023
1 parent fa9a14d commit 653619a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ simde_neon_families = [
'bcax',
'bic',
'bsl',
'cadd_rot270',
'cadd_rot90',
'cage',
'cagt',
'ceq',
Expand All @@ -40,6 +42,10 @@ simde_neon_families = [
'cltz',
'clz',
'cmla',
'cmla_lane',
'cmla_rot180_lane',
'cmla_rot270_lane',
'cmla_rot90_lane',
'cmla_rot90',
'cmla_rot180',
'cmla_rot270',
Expand Down
6 changes: 6 additions & 0 deletions simde/arm/neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
#include "neon/bcax.h"
#include "neon/bic.h"
#include "neon/bsl.h"
#include "neon/cadd_rot270.h"
#include "neon/cadd_rot90.h"
#include "neon/cage.h"
#include "neon/cagt.h"
#include "neon/ceq.h"
Expand All @@ -61,6 +63,10 @@
#include "neon/cltz.h"
#include "neon/clz.h"
#include "neon/cmla.h"
#include "neon/cmla_lane.h"
#include "neon/cmla_rot180_lane.h"
#include "neon/cmla_rot270_lane.h"
#include "neon/cmla_rot90_lane.h"
#include "neon/cmla_rot90.h"
#include "neon/cmla_rot180.h"
#include "neon/cmla_rot270.h"
Expand Down

0 comments on commit 653619a

Please sign in to comment.