]> git.lizzy.rs Git - rust.git/commit
Add const-eval support for SIMD types, insert, and extract
authorgnzlbg <gonzalobg88@gmail.com>
Tue, 24 Sep 2019 14:14:43 +0000 (16:14 +0200)
committergnzlbg <gonzalobg88@gmail.com>
Tue, 24 Sep 2019 14:14:43 +0000 (16:14 +0200)
commit03ac54aed6f728ab4e5e18a10b5c3887782924cf
tree91f65ab848d03a9bf61f4fa849e0b296537f1bdf
parentef906d0e3c50ba0833c5a135d705ab4f6bd93aea
Add const-eval support for SIMD types, insert, and extract
src/librustc_mir/interpret/intrinsics.rs
src/librustc_mir/interpret/operand.rs
src/librustc_mir/interpret/place.rs
src/librustc_mir/interpret/terminator.rs
src/test/ui/consts/const-eval/const_eval-simd.rs [new file with mode: 0644]
src/test/ui/consts/const-eval/const_eval-simd.stderr [new file with mode: 0644]