]> git.lizzy.rs Git - rust.git/commit
Support SSE types in extern {} better.
authorHuon Wilson <dbau.pp+github@gmail.com>
Wed, 14 Jan 2015 13:27:38 +0000 (00:27 +1100)
committerHuon Wilson <dbau.pp+github@gmail.com>
Fri, 16 Jan 2015 11:49:39 +0000 (22:49 +1100)
commit3d59a476e56b855fb27405016f0592ca7913b624
tree4537310af9db4f33c7e72e71e6020620fd171cc5
parent4ebde950f5afc16366b04b4c191f1c6198726da7
Support SSE types in extern {} better.

This seems to work on x86-64, but I am not able to test on other
platforms.

cc #20043
src/librustc_trans/trans/cabi_aarch64.rs
src/librustc_trans/trans/cabi_arm.rs
src/librustc_trans/trans/cabi_mips.rs
src/librustc_trans/trans/cabi_x86_64.rs