]> git.sesse.net Git - nageru/commit
Enable function multiversioning for memcpy_interleaved().
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 15 Feb 2019 21:58:02 +0000 (22:58 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 15 Feb 2019 21:58:02 +0000 (22:58 +0100)
commit66c4fc7370e321fa5725e56685e5c5bb84bd6990
treea57268aac2343a5e13d5fecd461bbfb4f95b37c8
parenta000a60dff370ed7e5e8ed9f959cec6ec10d158f
Enable function multiversioning for memcpy_interleaved().

This makes the AVX2 version actually be used in practice (nobody really
compiles with -march=native).
shared/memcpy_interleaved.cpp