Cranelift AArch64: Avoid invalid encodings for some vector instructions
Copyright (c) 2021, Arm Limited.
This commit is contained in:
@@ -846,6 +846,7 @@ pub enum Inst {
|
||||
},
|
||||
|
||||
/// Zero-extend a SIMD & FP scalar to the full width of a vector register.
|
||||
/// 16-bit scalars require half-precision floating-point support (FEAT_FP16).
|
||||
FpuExtend {
|
||||
rd: Writable<Reg>,
|
||||
rn: Reg,
|
||||
|
||||
Reference in New Issue
Block a user