]> git.lizzy.rs Git - rust.git/commit
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)
commit2f1d360206cd3a2af1dc7979f19f1e50f00d5f25
treeb566e802556940bdb78931f4f9dbb68a999f12f0
parent231b0375f6778bb409305cd3c34bc820d727aab4
parentd3461bf6a0a4f790c19ab171ad17f83b3f4bd52c
Rollup merge of #61724 - aschampion:128-bit-memcmp, r=sfackler

core: use memcmp optimization for 128 bit integer slices

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