Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 111fe76

Browse files
committed
BLD: wire up ASIMDDP feature to ARM_FEATURES
Add the `ASIMDDP` feature to the `ARM_FEATURES` dictionary, to fix an error when it is explicitly listed in `cpu-baseline`. Fixes #29570 Signed-off-by: Michał Górny <[email protected]>
1 parent 4e00e4d commit 111fe76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson_cpu/arm/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ SVE = mod_features.new(
6060
# TODO: Add support for MSVC
6161
ARM_FEATURES = {
6262
'NEON': NEON, 'NEON_FP16': NEON_FP16, 'NEON_VFPV4': NEON_VFPV4,
63-
'ASIMD': ASIMD, 'ASIMDHP': ASIMDHP, 'ASIMDFHM': ASIMDFHM,
63+
'ASIMD': ASIMD, 'ASIMDHP': ASIMDHP, 'ASIMDDP': ASIMDDP, 'ASIMDFHM': ASIMDFHM,
6464
'SVE': SVE
6565
}

0 commit comments

Comments
 (0)