We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e6821 commit affe4b1Copy full SHA for affe4b1
tests/integration_tests/functional/test_cpu_features_aarch64.py
@@ -15,7 +15,7 @@
15
DEFAULT_G2_FEATURES = set(
16
(
17
"fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp "
18
- "asimdhp cpuid asimdrdm lrcpc dcpop asimddp ssbs"
+ "asimdhp cpuid asimdrdm lrcpc dcpop asimddp"
19
).split(" ")
20
)
21
@@ -24,7 +24,7 @@
24
25
26
DEFAULT_G3_FEATURES_5_10 = DEFAULT_G3_FEATURES_4_14 | set(
27
- "dcpodp i8mm bf16 dgh".split(" ")
+ "dcpodp i8mm bf16 dgh ssbs".split(" ")
28
29
30
DEFAULT_G3_FEATURES_WITH_SVE_AND_PAC_4_14 = DEFAULT_G3_FEATURES_4_14
0 commit comments