-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Makefile.pdlibbuilder defines target architecture according to the (native or cross-) compiler's build triplet and specifies optimization options per architecture.
As I understand (but can not verify myself) "Apple Silicon" has architecture arm64. This architecture is not defined in Makefile.pdlibbuilder, only arm and aarch64. So I guess that externals built for "Apple Silicon" run unoptimized currently.
Can anyone confirm? To check the makefile definitions: in a project with Makefile.pdlibbuilder do make vars and check variables dumpmachine.cpu and optimization.flags.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels