Skip to content

Commit

Permalink
Account for xmmintrin.h not being included.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfp committed Jun 2, 2021
1 parent 0825d0d commit e7ac713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/libxsmm_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
# define LIBXSMM_MALLOC_ALIGN_ALL
#endif
#if !defined(LIBXSMM_MALLOC_HOOK_INTRINSIC) && 1
# if defined(LIBXSMM_PLATFORM_X86) && !defined(LIBXSMM_MALLOC_MMAP)
# if defined(LIBXSMM_PLATFORM_X86) && defined(LIBXSMM_INTRINSICS_INCLUDE) && \
!defined(LIBXSMM_INTRINSICS_DEBUG) && !defined(LIBXSMM_MALLOC_MMAP)
# define LIBXSMM_MALLOC_HOOK_INTRINSIC
# endif
#endif
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master-1.16.1-1522
master-1.16.1-1523

0 comments on commit e7ac713

Please sign in to comment.