Skip to content

Commit d711dca

Browse files
committed
fix maths typo
1 parent ba6da51 commit d711dca

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/C-states.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Threads exists not on a physical level, only a *logical* one. Therefore, a **Thr
7272
7373
## Package C-States
7474

75-
A package C-State or `PCx` request is determined by the value of the lowest `CCx` among all cores. It means that i requires that all core are at least in `CCx` with $ x > 1 $ .
75+
A package C-State or `PCx` request is determined by the value of the lowest `CCx` among all cores. It means that i requires that all core are at least in `CCx` with $` x > 1 `$ .
7676

7777
> [!NOTE]
7878
> `PCx` are slighly more complex than the other, and we need to check if they are relevant for us before investigating more into them
@@ -91,8 +91,6 @@ In order to request C-States, there are 2 differents ways :
9191
> [!TIP]
9292
> The support of `MWAIT` instructions can be tested trough the `cpuid` instruction, with `CPUID.01H:ECX.MONITOR[bit 3]`. See [our repo about `cpuid`](https://github.com/cpu-linky/cpuid) for easy interraction
9393
94-
The CPU is the only one solving the C-States.
95-
9694
# Ressources
9795

9896
- [official Intel documentation of CPU power in 12th generation model](https://edc.intel.com/content/www/us/en/design/ipla/software-development-platforms/client/platforms/alder-lake-desktop/12th-generation-intel-core-processors-datasheet-volume-1-of-2/011/power-management/)

0 commit comments

Comments
 (0)