-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update simdzone to include fix for netbsd double bswap declarations,
and also semantic checks for DS and ZONEMD. And CFLAGS has -march prepended to fix detection.
- Loading branch information
1 parent
d30277e
commit 61eeb72
Showing
3 changed files
with
7 additions
and
1 deletion.
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
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
Submodule simdzone
updated
7 files
+8 −0 | CMakeLists.txt | |
+13 −4 | configure.ac | |
+12 −0 | src/config.h.in | |
+6 −0 | src/generic/endian.h | |
+84 −6 | src/generic/types.h | |
+1 −1 | tests/CMakeLists.txt | |
+179 −0 | tests/semantics.c |