rust/compiler/rustc_target
CKingX fcb06f7ca2
Update x86_64_pc_windows_msvc.rs
As CMPXCHG16B is supported, I updated the max atomic width to 128-bits from 64-bits
2024-02-09 09:19:59 -08:00
..
2024-02-09 09:19:59 -08:00

rustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc dev guide.