This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/20508] _dl_runtime_resolve_avx/_dl_runtime_profile_avx512 cause transition penalty


https://sourceware.org/bugzilla/show_bug.cgi?id=20508

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Florian Weimer from comment #1)
> I also expect that the present state of affairs makes all context switches
> slower because the kernel has to save and restore the AVX-512F state.

Context switches may not be impacted since XSAVEC and XSAVEOPT track
upper bits of vector registers.  But SSE transition tracks only YMM/ZMM
load instructions, not the bits in vector registers.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]