SH3DSP
This variable is used to identify an SH3 CPU with DSP support.
unsigned int SH3DSP;
Remarks
Set this variable to 1 to enable DSP support; otherwise, set this variable to 0.
The _SH3DSP variable is set to the value shown in the following code sample.
.section .text,code
.export _SH3DSP
.align 4
_SH3DSP .data.l 1 ; SH3-DSP: Indicate DSP present
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Not applicable.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.