2 /* { dg-do preprocess } */
3 /* { dg-bfin-options "-mcpu=bf537" } */
6 #error "__ADSPBF537__ is not defined"
9 #if __SILICON_REVISION__ != 0x0003
10 #error "__SILICON_REVISION__ is not 0x0003"
13 #ifndef __WORKAROUNDS_ENABLED
14 #error "__WORKAROUNDS_ENABLED is not defined"
17 #ifndef __WORKAROUND_RETS
18 #error "__WORKAROUND_RETS is not defined"
21 #ifndef __WORKAROUND_SPECULATIVE_LOADS
22 #error "__WORKAROUND_SPECULATIVE_LOADS is not defined"
25 #ifdef __WORKAROUND_SPECULATIVE_SYNCS
26 #error "__WORKAROUND_SPECULATIVE_SYNCS is defined"