]> git.lizzy.rs Git - rust.git/commit
Create "platform-intrinsic" ABI for SIMD/platform intrinsics.
authorHuon Wilson <dbau.pp+github@gmail.com>
Thu, 6 Aug 2015 18:11:26 +0000 (11:11 -0700)
committerHuon Wilson <dbau.pp+github@gmail.com>
Mon, 17 Aug 2015 21:41:38 +0000 (14:41 -0700)
commit717da9513f787f6f46726bc62e5d3b173435522e
tree55bd67cfdd8f0c8b6ec444fbfbc3b7c5e6579750
parent58891278a322f5e09ea0b9da762e37b57fc39d1f
Create "platform-intrinsic" ABI for SIMD/platform intrinsics.

This is purposely separate to the "rust-intrinsic" ABI, because these
intrinsics are theoretically going to become stable, and should be fine
to be independent of the compiler/language internals since they're
intimately to the platform.
src/librustc/metadata/creader.rs
src/librustc/metadata/encoder.rs
src/librustc_lint/builtin.rs
src/librustc_trans/trans/base.rs
src/librustc_trans/trans/callee.rs
src/librustc_trans/trans/foreign.rs
src/librustc_trans/trans/monomorphize.rs
src/librustc_typeck/check/mod.rs
src/libsyntax/abi.rs
src/libsyntax/feature_gate.rs