Skip to content

Commit 38f7d00

Browse files
committed
Define HAVE_KERNEL_NEON as (0) if not defined for simd_stat
1 parent 1d84c9e commit 38f7d00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

module/zcommon/simd_stat.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ kstat_t *simd_stat_kstat;
3838
#ifndef HAVE_KERNEL_FPU
3939
#define HAVE_KERNEL_FPU (0)
4040
#endif
41+
#ifndef HAVE_KERNEL_NEON
42+
#define HAVE_KERNEL_NEON (0)
43+
#endif
4144
#ifndef HAVE_UNDERSCORE_KERNEL_FPU
4245
#define HAVE_UNDERSCORE_KERNEL_FPU (0)
4346
#endif

0 commit comments

Comments
 (0)