about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/builder.rs
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <eduardosm-dev@e64.io>2024-03-21 17:54:53 +0100
committerEduardo Sánchez Muñoz <eduardosm-dev@e64.io>2024-03-21 18:20:54 +0100
commit89bc81f0dfdd128a9c4b906efebf5070a70f39d2 (patch)
treed3a99e8f3fdfc48a0bf7c2efe6c5d70e2c2d78c1 /compiler/rustc_codegen_llvm/src/builder.rs
parent6bcd9bce9e7d1d3943478da8b5f6b072948f3c6d (diff)
downloadrust-89bc81f0dfdd128a9c4b906efebf5070a70f39d2.tar.gz
rust-89bc81f0dfdd128a9c4b906efebf5070a70f39d2.zip
Allow `llvm.x86.sse2.pause` instrinsic to be called without SSE2
The instrinsic is compiled to a `pause` instruction, which behaves like a no-op when SSE2 is not available.

https://www.felixcloutier.com/x86/pause.html
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/builder.rs')
0 files changed, 0 insertions, 0 deletions