Update reedsolomon/highwayhash to start using ppc64le support (#7003)

Thanks to @fwessels for the upstream work on reedsolomon and
highwayhash which has resulted in 10x performance improvement
on ppc64 architecture.
This commit is contained in:
Harshavardhana
2018-12-20 09:47:05 -08:00
committed by Nitish Tiwari
parent bc67410548
commit def04f01cf
17 changed files with 460 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//+build !noasm !appengine
//+build !noasm !appengine !gccgo
// Copyright 2015, Klaus Post, see LICENSE for details.