xmos / lib_spdif

S/PDIF Library
Other
10 stars 14 forks source link

lib_spdif breaks when compiled for XS2 #1

Closed ed-xmos closed 8 years ago

ed-xmos commented 8 years ago

assembler tries to dual issue the single issue asm, which doesn't end well

see https://www.xcore.com/forum/viewtopic.php?f=8&t=4686&p=24013#p24013

Simple fix is to add -mno-dual-issue to module_build_info

ed-xmos commented 8 years ago

2.0.2 fixes this and will handle single issue and dual issue entry