StanfordPL / x64asm

x86-64 assembler library
Apache License 2.0
470 stars 60 forks source link

Latency table wrong/out-of-date #235

Closed stefanheule closed 8 years ago

stefanheule commented 8 years ago

A recent fix changed the number of instructions, so the latency table is wrong now.

stefanheule commented 8 years ago

Actually, turns out the latency tables were already wrong before, when @bchurchill fixed some push instruction problems. Those didn't have latency values, it seems, and so everything must have been off by a few.