Skip to content

Commit

Permalink
remove platform.h.in aarch64 judgment (#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcmi authored Apr 15, 2023
1 parent 772b13a commit 176f8e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#cmakedefine01 NCNN_AVX512BF16
#cmakedefine01 NCNN_AVX512FP16
#cmakedefine01 NCNN_VFPV4
#if __aarch64__
#cmakedefine01 NCNN_ARM82
#cmakedefine01 NCNN_ARM82DOT
#cmakedefine01 NCNN_ARM82FP16FML
Expand All @@ -54,7 +53,6 @@
#cmakedefine01 NCNN_ARM86SVEBF16
#cmakedefine01 NCNN_ARM86SVEI8MM
#cmakedefine01 NCNN_ARM86SVEF32MM
#endif // __aarch64__
#cmakedefine01 NCNN_MSA
#cmakedefine01 NCNN_LSX
#cmakedefine01 NCNN_MMI
Expand Down

0 comments on commit 176f8e1

Please sign in to comment.