Re: [PATCH v3 0/4] x86/fpu: Reduce unnecessary FNINIT and MXCSR usage

2021-01-21 Thread Krzysztof Olędzki
On 2021-01-20 at 21:09, Andy Lutomirski wrote: This series fixes two regressions: a boot failure on AMD K7 and a performance regression on everything. I did a double-take here -- the regressions were reported by different people, both named Krzysztof :) Changes from v2: - Tidy up the if state

[PATCH v3 0/4] x86/fpu: Reduce unnecessary FNINIT and MXCSR usage

2021-01-20 Thread Andy Lutomirski
This series fixes two regressions: a boot failure on AMD K7 and a performance regression on everything. I did a double-take here -- the regressions were reported by different people, both named Krzysztof :) Changes from v2: - Tidy up the if statements (Sean) - Changelog and comment improvements