asmjit / cult

CPU Ultimate Latency Test.
Other
103 stars 15 forks source link

[Feature Request] Support for ARM #10

Open billyauhk opened 2 years ago

billyauhk commented 2 years ago

As asmjit itself supports ARM, I tried to build cult on my Raspberry Pi, but that failed (as the code has not yet support ARM.

Is it possible to have the code extended so that we can test on Raspberry Pi and even ARM servers?

kobalicek commented 2 years ago

That is something that I have been thinking about too. However, I'm not that proficient regarding AArch64 so I don't know at the moment how to measure the cycles consumed like it's done at the moment on x86.

If you know how and you are up to the challenge I can help with the rest.