Merge pull request #137 from xmos/xross-patch-2

Update fastmix.S for xs3 compat
This commit is contained in:
oscarbailey-xmos
2020-12-08 16:36:16 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ lib_xua Change Log
1.2.0
-----
* ADDED: Updates for xcore.ai/XS3 compatibility
* ADDED: Makefile.Win32 for xmosdfu on Windows
* FIXED: Bump default BCD device number to v1.2.0
* FIXED: xmosdfu now fails with an error when given a directory (#119)

View File

@@ -5,7 +5,7 @@
#define MIX_INPUTS 18
#if defined(__XS2A__)
#if defined(__XS2A__) || defined(__XS3A__)
#define DOMIX_TOP(i) \
.cc_top doMix##i.function,doMix##i; \