]> git.lizzy.rs Git - rust.git/commit
Separate integers into signed and unsigned.
authorHuon Wilson <dbau.pp+github@gmail.com>
Fri, 28 Aug 2015 23:32:25 +0000 (16:32 -0700)
committerHuon Wilson <dbau.pp+github@gmail.com>
Sat, 29 Aug 2015 22:36:16 +0000 (15:36 -0700)
commitb03ca7f805ab4e2bc6a5da6182fec6c0934042c7
treeda8c552cb89ed98b1f0166a4232ac66fc3045ed8
parentf5787357506202644f6ea85d8c58483fb4a04de0
Separate integers into signed and unsigned.

This is necessary to reflect the ARM APIs accurately, since some
functions explicitly take an unsigned parameter and a signed one, of the
same integer shape, so the no-duplicates check will fail unless we
distinguish.
src/librustc_platform_intrinsics/lib.rs
src/librustc_trans/trans/intrinsic.rs
src/librustc_typeck/check/intrinsic.rs
src/test/compile-fail/simd-intrinsic-declaration-type.rs