Remove the checks for FPU presence, FXSAVE support and usage from
the code for x86_64. Those are always true for this architecture,
and in fact are hardcoded to true inside NetBSD kernel.
Details
Details
- Reviewers
krytarowski labath JDevlieghere - Commits
- rGa644b04b8cd8: [lldb] [Process/NetBSD] Remove unnecessary FPU presence checks for x86_64
rLLDB363823: [lldb] [Process/NetBSD] Remove unnecessary FPU presence checks for x86_64
rL363823: [lldb] [Process/NetBSD] Remove unnecessary FPU presence checks for x86_64
Diff Detail
Diff Detail
- Repository
- rL LLVM