Skip to content

Commit

Permalink
Define HAVE_KERNEL_NEON as (0) if not defined for simd_stat
Browse files Browse the repository at this point in the history
  • Loading branch information
w0xel committed Sep 23, 2024
1 parent 1d84c9e commit 38f7d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module/zcommon/simd_stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ kstat_t *simd_stat_kstat;
#ifndef HAVE_KERNEL_FPU
#define HAVE_KERNEL_FPU (0)
#endif
#ifndef HAVE_KERNEL_NEON
#define HAVE_KERNEL_NEON (0)
#endif
#ifndef HAVE_UNDERSCORE_KERNEL_FPU
#define HAVE_UNDERSCORE_KERNEL_FPU (0)
#endif
Expand Down

0 comments on commit 38f7d00

Please sign in to comment.