-2

If run command on ARM @ 1 Ghz take 10 second to complete.

How much seconds need on x86 @ 1 Ghz ?

5
  • How long it would take would depend on the instruction. ARM and x86 instructions should not be compared. The architectures are different enough that comparisons between even similar instructions are nearly impossible to measure.
    – Ramhound
    Commented Dec 19, 2017 at 21:03
  • superuser.com/questions/181224/…
    – Mokubai
    Commented Dec 19, 2017 at 21:10
  • yes i know the architectures are different, but x86 faster than ARM Commented Dec 19, 2017 at 21:11
  • How much faster is entirely dependant on what you are doing. One task could be tens of times faster, other tasks may only be slightly faster. It depends.
    – Mokubai
    Commented Dec 19, 2017 at 21:32
  • What's your benchmark? Pick a task and compare
    – Xen2050
    Commented Dec 19, 2017 at 22:46

1 Answer 1

3

You are comparing apples to oranges. The two processors are completely different and you cannot make a direct comparison between them. CPUs have different cache levels, instruction sets, optimizations, etc.

Not the answer you're looking for? Browse other questions tagged .