This commit is contained in:
shalinib-ibm 2026-01-06 12:42:40 +05:30 committed by GitHub
commit 24f591a0b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -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"

View File

@ -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"