Skip to content

Commit

Permalink
style: improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-h committed Jun 28, 2024
1 parent 2638dce commit 61d6268
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/arch/x86/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ config_string(
2 - AVX \
FPU and SSE is guaranteed to exist if XSAVE exists."
DEFAULT 3
DEPENDS "KernelFPUXSave" DEFAULT_DISABLED 0
DEPENDS "KernelFPUXSave"
DEFAULT_DISABLED 0
UNQUOTE
)

Expand All @@ -197,7 +198,8 @@ config_string(
XSAVE_FEATURE_SET that have been requested. Default is 576 for the FPU and SSE
state, unless XSAVE is not in use then it should be 512 for the legacy FXSAVE region."
DEFAULT ${default_xsave_size}
DEPENDS "KernelArchX86" DEFAULT_DISABLED 0
DEPENDS "KernelArchX86"
DEFAULT_DISABLED 0
UNQUOTE
)

Expand Down

0 comments on commit 61d6268

Please sign in to comment.