You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Harshavardhana f7b62caccc Update erasure README with supported architecture list 10 years ago
..
docs
.gitignore
BUILDDEPS.md
CONTRIBUTING.md
LICENSE.INTEL
LICENSE.MINIO
README.md Update erasure README with supported architecture list 10 years ago
RELEASE-NOTES.INTEL
RELEASE-NOTES.MINIO
cauchy_test.go
ctypes.go
doc.go
ec-base.c
ec-base.h
ec-code.h
ec-common.h
ec-ctypes.h
ec-decode.c
ec-encode.c
ec-highlevel-func.c
ec-multibinary.asm
ec-reg-sizes.asm
ec-vect-mul.h
erasure_decode.go
erasure_encode.go
erasure_yasm_darwin.go
erasure_yasm_linux.go
erasure_yasm_windows.go
gf-2vect-dot-prod-avx.asm
gf-2vect-dot-prod-avx2.asm
gf-2vect-dot-prod-sse.asm
gf-3vect-dot-prod-avx.asm
gf-3vect-dot-prod-avx2.asm
gf-3vect-dot-prod-sse.asm
gf-4vect-dot-prod-avx.asm
gf-4vect-dot-prod-avx2.asm
gf-4vect-dot-prod-sse.asm
gf-5vect-dot-prod-avx.asm
gf-5vect-dot-prod-avx2.asm
gf-5vect-dot-prod-sse.asm
gf-6vect-dot-prod-avx.asm
gf-6vect-dot-prod-avx2.asm
gf-6vect-dot-prod-sse.asm
gf-vect-dot-prod-avx.asm
gf-vect-dot-prod-avx2.asm
gf-vect-dot-prod-sse.asm
gf-vect-mul-avx.asm
gf-vect-mul-sse.asm
stdint.go
vandermonde_test.go

README.md

Introduction

Erasure is an open source Golang library written on top of ISAL (Intel Intelligent Storage Library) released under Apache license v2

Developers

Supported platforms

Name Supported
Linux Yes
Windows Not yet
Mac OSX Yes

Supported architectures

Arch Supported
x86-64 Yes
arm64 Not yet
i386 Never