Merge 7689aded24 into 6c3faafed2
This commit is contained in:
commit
24f591a0b3
|
|
@ -0,0 +1,7 @@
|
|||
// +build ppc64le.power10
|
||||
|
||||
package llamafile
|
||||
|
||||
// #cgo CXXFLAGS: -std=c++17 -mcpu=power10
|
||||
// #cgo CPPFLAGS: -I${SRCDIR}/.. -I${SRCDIR}/../.. -I${SRCDIR}/../../../include
|
||||
import "C"
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
// +build ppc64le.power9
|
||||
|
||||
package llamafile
|
||||
|
||||
// #cgo CXXFLAGS: -std=c++17 -mcpu=power9
|
||||
// #cgo CPPFLAGS: -I${SRCDIR}/.. -I${SRCDIR}/../.. -I${SRCDIR}/../../../include
|
||||
import "C"
|
||||
Loading…
Reference in New Issue