Skip to content

Commit ceed1d9

Browse files
tim202503quic-zhanweiw
authored andcommitted
build whl of dsp arch 81 by default
build whl of dsp arch 81 by default, use 73 For X-Elite device of QAIRT prior to 2.38.1. Signed-off-by: quic-shengtin <shengtin@qti.qualcomm.com>
1 parent 23b05f0 commit ceed1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
if hexagonarch is None:
8989
if sys.platform.startswith('win'):
90-
dsp_arch = "73" # For X-Elite device.
90+
dsp_arch = "81" # 73 For X-Elite device of QAIRT prior to 2.38.1.
9191
else: # TODO: linux or android.
9292
dsp_arch = "68"
9393
else:

0 commit comments

Comments
 (0)