Currently std_detect implements i8mm feature on aarch64: here
But this feature does not seem to be available: https://rust.godbolt.org/z/8GbKW5ef4.
This led to the vmmla and vusmmla instructions not being implemented. As in #1230
Currently
std_detectimplementsi8mmfeature on aarch64: hereBut this feature does not seem to be available: https://rust.godbolt.org/z/8GbKW5ef4.
This led to the
vmmlaandvusmmlainstructions not being implemented. As in #1230