Skip to content

Commit

Permalink
erasure-code: gf-complete use neon enabled branch
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
jannau authored and ldachary committed Nov 25, 2014
1 parent 987d54b commit 8351fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[submodule "src/erasure-code/jerasure/gf-complete"]
path = src/erasure-code/jerasure/gf-complete
url = https://github.com/ceph/gf-complete.git
branch = v1-ceph
branch = v2-ceph
[submodule "src/rocksdb"]
path = src/rocksdb
url = git://github.com/ceph/rocksdb
Expand Down
2 changes: 1 addition & 1 deletion src/erasure-code/jerasure/gf-complete
Submodule gf-complete updated 59 files
+67 −4 .gitignore
+0 −234 INSTALL
+0 −669 Makefile.in
+ Manual.pdf
+9 −2 README
+0 −621 aclocal.m4
+347 −0 compile
+0 −1,500 config.guess
+0 −1,616 config.sub
+0 −15,014 configure
+40 −4 configure.ac
+791 −0 depcomp
+2 −2 examples/Makefile.am
+0 −515 examples/Makefile.in
+0 −89 include/config.h.in
+0 −89 include/config.h.in~
+20 −8 include/gf_complete.h
+7 −7 include/gf_int.h
+66 −0 include/gf_w16.h
+71 −0 include/gf_w32.h
+63 −0 include/gf_w4.h
+50 −0 include/gf_w64.h
+99 −0 include/gf_w8.h
+0 −507 install-sh
+0 −8,745 ltmain.sh
+49 −4 m4/ax_ext.m4
+0 −7,437 m4/libtool.m4
+17 −2 m4/ltoptions.m4
+0 −23 m4/ltversion.m4
+0 −367 missing
+0 −86 orig.GNUmakefile
+0 −62 orig.Makefile.am
+13 −2 src/Makefile.am
+0 −464 src/Makefile.in
+111 −62 src/gf.c
+4 −4 src/gf_general.c
+11 −3 src/gf_method.c
+38 −13 src/gf_w128.c
+21 −59 src/gf_w16.c
+160 −78 src/gf_w32.c
+27 −57 src/gf_w4.c
+24 −50 src/gf_w64.c
+34 −99 src/gf_w8.c
+2 −2 src/gf_wgen.c
+356 −0 src/neon/gf_w16_neon.c
+269 −0 src/neon/gf_w32_neon.c
+247 −0 src/neon/gf_w4_neon.c
+333 −0 src/neon/gf_w64_neon.c
+302 −0 src/neon/gf_w8_neon.c
+127 −0 test-driver
+2 −2 test/Makefile.am
+0 −452 test/Makefile.in
+50 −18 test/gf_unit.c
+18 −2 tools/Makefile.am
+0 −512 tools/Makefile.in
+6 −4 tools/gf_inline_time.c
+3 −3 tools/gf_methods.c
+8 −2 tools/gf_poly.c
+22 −4 tools/gf_time.c

0 comments on commit 8351fd6

Please sign in to comment.