]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
erasure code: shec performance optimization with SIMD instructions
authorShotaro Kawaguchi <kawaguchi.s@jp.fujitsu.com>
Wed, 15 Jul 2015 08:21:35 +0000 (17:21 +0900)
committerTakeshi Miyamae <miyamae.takeshi@jp.fujitsu.com>
Wed, 15 Jul 2015 08:33:25 +0000 (17:33 +0900)
commit2ff6bcf5441a8f02f2288d19993293cd8809ad8f
treee6abd8ef84bfbc9dcee6f6ca7064f2dbd0d9931c
parente38e30d230699d829cd6eb79b2c466e7c06043be
erasure code: shec performance optimization with SIMD instructions

continued from https://github.com/ceph/ceph/pull/4689

Signed-off-by: Shotaro Kawaguchi <kawaguchi.s@jp.fujitsu.com>
src/erasure-code/shec/ErasureCodePluginSelectShec.cc [new file with mode: 0644]
src/erasure-code/shec/ErasureCodeShec.cc
src/erasure-code/shec/Makefile.am
src/test/erasure-code/Makefile.am
src/test/erasure-code/TestErasureCodePluginShec.cc [new file with mode: 0644]
src/test/erasure-code/TestShecPluginGeneric.cc [new file with mode: 0644]
src/test/erasure-code/TestShecPluginNEON.cc [new file with mode: 0644]
src/test/erasure-code/TestShecPluginSSE3.cc [new file with mode: 0644]
src/test/erasure-code/TestShecPluginSSE4.cc [new file with mode: 0644]