rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
598 stars 255 forks source link

Update Intel SDE #1601

Closed sayantn closed 1 week ago

sayantn commented 1 week ago

Update Intel SDE to v9.33.0 (The latest v9.38.0 is buggy in Linux)

Disabled assert_instr in the emulated run. Some interaction between pinkit and objdump results in an SIGSEGV. We still have assert_instr in the other runs - which is more than enough verification.

Added support for SSE4a and TBM in the emulated test, for future also enabled XOP. Now the emulated one supports all x86 targets features supported by rust.

rustbot commented 1 week ago

r? @Amanieu

rustbot has assigned @Amanieu. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer