• Marko Mäkelä's avatar
    MDEV-19845: Adjust for Skylake based on benchmarks · 709f0510
    Marko Mäkelä authored
    Even though the PAUSE instruction latency was increased from
    about 10 to 140 clock cycles in the Intel Skylake microarchitecture,
    it seems to be optimal to reduce the amount of subsequently executed
    PAUSE instructions not to 1/14, but to 1/2.
    709f0510
my_cpu.c 3.37 KB