]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #61724 - aschampion:128-bit-memcmp, r=sfackler
authorMazdak Farrokhzad <twingoow@gmail.com>
Tue, 11 Jun 2019 15:14:11 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 15:14:11 +0000 (17:14 +0200)
core: use memcmp optimization for 128 bit integer slices

All other sized integer slices do this. From #61665.


Trivial merge