chore: remove x86-intel.xml from stdarch-verify crate

This commit is contained in:
Madhav Madhusoodanan 2025-10-15 14:12:49 +05:30
parent 09be05e467
commit fcaf610615
2 changed files with 1 additions and 158423 deletions

View file

@ -164,7 +164,7 @@ fn verify_all_signatures() {
// Open up the network console and you'll see an xml file was downloaded
// (currently called data-3.6.9.xml). That's the file we downloaded
// here.
let xml = include_bytes!("../x86-intel.xml");
let xml = include_bytes!("../../../intrinsics_data/x86-intel.xml");
let xml = &xml[..];
let data: Data = quick_xml::de::from_reader(xml).expect("failed to deserialize xml");

File diff suppressed because it is too large Load diff