forked from PAWPAW-Mirror/lib_xua
Merge pull request #137 from xmos/xross-patch-2
Update fastmix.S for xs3 compat
This commit is contained in:
@@ -4,6 +4,7 @@ lib_xua Change Log
|
|||||||
1.2.0
|
1.2.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
* ADDED: Updates for xcore.ai/XS3 compatibility
|
||||||
* ADDED: Makefile.Win32 for xmosdfu on Windows
|
* ADDED: Makefile.Win32 for xmosdfu on Windows
|
||||||
* FIXED: Bump default BCD device number to v1.2.0
|
* FIXED: Bump default BCD device number to v1.2.0
|
||||||
* FIXED: xmosdfu now fails with an error when given a directory (#119)
|
* FIXED: xmosdfu now fails with an error when given a directory (#119)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#define MIX_INPUTS 18
|
#define MIX_INPUTS 18
|
||||||
|
|
||||||
|
|
||||||
#if defined(__XS2A__)
|
#if defined(__XS2A__) || defined(__XS3A__)
|
||||||
|
|
||||||
#define DOMIX_TOP(i) \
|
#define DOMIX_TOP(i) \
|
||||||
.cc_top doMix##i.function,doMix##i; \
|
.cc_top doMix##i.function,doMix##i; \
|
||||||
|
|||||||
Reference in New Issue
Block a user