You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As already stated in the PR (#49) this should be replaced with more default -march, since compiling this package to repositories will break the package, if the instruction set used from the builder is not supported from the user.
Since I don't feel well in providing that many information's for the registration, please any oracle member should work on this
The text was updated successfully, but these errors were encountered:
we also build bpftune for aarch64, so maybe this will help cross-compile to x86_64 on other architectures, but it breaks existing native builds on aarch64 so is a step backwards. it would be nice to enable cross-compile, but the solution you've proposed breaks native compile so isn't workable.
@alan-maguire-march=native is not necessary to build on any GCC supported architecture.
What it does is to enable the use of instructions specific to the builder's CPU, which may make the binary non-functional on any other machine, including those of the same micro-architecture but of a different model.
Hi,
As already stated in the PR (#49) this should be replaced with more default -march, since compiling this package to repositories will break the package, if the instruction set used from the builder is not supported from the user.
Since I don't feel well in providing that many information's for the registration, please any oracle member should work on this
The text was updated successfully, but these errors were encountered: