-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude _mm_malloc/free definitions on Windows
Definitions for these functions are provided by malloc.h from both MinGW-w64 and MSVC. When they are defined again by sse2neon, it causes multiple definition errors. Furthermore, the implementation in sse2neon relies on posix_memalign which is unavailable on Windows.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters