2016-02-03 19:08, Jerin Jacob: > On Tue, Feb 02, 2016 at 11:59:48PM +0100, Thomas Monjalon wrote: > > Following the work of Ferruh, I suggest this cleanup to remove as much > > as possible of the code from the cpuflags headers. > > The goal is to un-inline these functions (not performance sensitive) > > and remove the CPU flags table from the ABI (just added recently). > > The bonus is to stop mimic x86 in ARM and PPC implementations. > > > > WARNING: it has not been tested nor compiled on Tilera, ARM and POWER8. > > Please help, thank you. > > compilation errors on arm64 too.
Yes I forgot REG_PLATFORM. > arm64 toolchains are publicly available @ > http://releases.linaro.org/14.11/components/toolchain/binaries/aarch64-linux-gnu/ Yes I know, thank you. I will test and make a v2. Do you have any comment on the changes?