rust/library/core
Dylan DPC d1b050476d
Rollup merge of #76669 - lzutao:core_asm, r=Amanieu
Prefer asm! over llvm_asm! in core

Replace llvm_asm! with asm! in core.

x86 asm compare (in somecases I replaced generic type with String).
* https://rust.godbolt.org/z/59eEMv
* https://rust.godbolt.org/z/v78s6q
* https://rust.godbolt.org/z/7qYY41
2020-09-16 12:34:11 +02:00
..
benches flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
src Rollup merge of #76669 - lzutao:core_asm, r=Amanieu 2020-09-16 12:34:11 +02:00
tests Rollup merge of #76366 - ayushmishra2005:arith_tests_in_library, r=jyn514 2020-09-16 08:24:52 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00