Commit f4ad83c
authored
Add support for uint16x4x[2-4]_t AArch64 SIMD types (#2779)
This change adds support for `uint16x4x2_t`, `uint16x4x3_t`, and `uint16x4x4_t` AArch64 SIMD types by including them in the `simd_arch_mod!` macro invocation. These types were missing from the supported list, despite `uint16x4_t` being present.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 42dd48e commit f4ad83c
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1074 | 1074 | | |
1075 | 1075 | | |
1076 | 1076 | | |
1077 | | - | |
1078 | | - | |
| 1077 | + | |
| 1078 | + | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | 1081 | | |
| |||
2073 | 2073 | | |
2074 | 2074 | | |
2075 | 2075 | | |
2076 | | - | |
2077 | | - | |
| 2076 | + | |
| 2077 | + | |
2078 | 2078 | | |
2079 | 2079 | | |
2080 | 2080 | | |
| |||
0 commit comments