Fix intrinsic-test rejecting the new instructions JSON field
This commit is contained in:
committed by
Amanieu d'Antras
parent
ba671a06c1
commit
9fc8fd8375
@@ -29,7 +29,6 @@ pub enum ArgPrep {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Deserialize, Debug)]
|
#[derive(Deserialize, Debug)]
|
||||||
#[serde(deny_unknown_fields)]
|
|
||||||
struct JsonIntrinsic {
|
struct JsonIntrinsic {
|
||||||
#[serde(rename = "SIMD_ISA")]
|
#[serde(rename = "SIMD_ISA")]
|
||||||
simd_isa: String,
|
simd_isa: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user