]> git.lizzy.rs Git - rust.git/commit
Auto merge of #28136 - huonw:simd, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 1 Sep 2015 07:19:12 +0000 (07:19 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Sep 2015 07:19:12 +0000 (07:19 +0000)
commit4ad128b95c2ed2bfbad56645bfe9ac2e14c3152d
treeda24dec40ee3b8147b0ec214ee1fd7272899a70f
parent4da6c7e15c2d4c49ae1a48e9bac7dde39f5488df
parent787a21fe7c76143f76ae33722f68133a9e1e5f3c
Auto merge of #28136 - huonw:simd, r=alexcrichton

I believe everything that doesn't take a constant integer up to SSE4.2
should now be correct (I don't have any reason to believe that those
that do take constant integers are wrong; they're just more complicated
and I just haven't tested them in detail).

(Also, takes out two unused code paths from trans.)