|
|
@ -14,12 +14,12 @@ |
|
|
|
* limitations under the License. |
|
|
|
* limitations under the License. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
// +build linux
|
|
|
|
// +build amd64
|
|
|
|
|
|
|
|
|
|
|
|
package erasure |
|
|
|
package erasure |
|
|
|
|
|
|
|
|
|
|
|
// #cgo CPPFLAGS: -I./isal/include
|
|
|
|
// #cgo CPPFLAGS: -Iisal/include
|
|
|
|
// #cgo LDFLAGS: ./isal/isa-l.a
|
|
|
|
// #cgo LDFLAGS: isal/isa-l.a
|
|
|
|
// #include <stdlib.h>
|
|
|
|
// #include <stdlib.h>
|
|
|
|
// #include <erasure-code.h>
|
|
|
|
// #include <erasure-code.h>
|
|
|
|
// #include <stdlib.h>
|
|
|
|
// #include <stdlib.h>
|
|
|
|