1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00

Fix minor issues with comments/documentation.

Also add a comment about the upcoming version 0.2.3. A date is not
stated, as this will be done when the actual release happens (and
I will collect any further patches up to that moment). I expect the
release to be over the next weekend.
This commit is contained in:
Veselin Georgiev 2016-05-22 22:52:58 +03:00
parent 00f349a7a3
commit 8c629d76b4

View file

@ -49,6 +49,8 @@
* Fix clock detection in cpu_clock_by_ic() for Bulldozer. * Fix clock detection in cpu_clock_by_ic() for Bulldozer.
* More entries supported in cpu_msrinfo(). * More entries supported in cpu_msrinfo().
* *BSD and Solaris support (unofficial). * *BSD and Solaris support (unofficial).
* 0.2.3 : Support for Skylake; MSR ops in FreeBSD; INFO_VOLTAGE
* for AMD CPUs.
*/ */
/** @mainpage A simple libcpuid introduction /** @mainpage A simple libcpuid introduction
@ -832,7 +834,7 @@ struct msr_driver_t* cpu_msr_driver_open(void);
/** /**
* @brief Similar to \ref cpu_msr_driver_open, but accept one parameter * @brief Similar to \ref cpu_msr_driver_open, but accept one parameter
* *
* This function works on certain operating system (GNU/Linux, FreeBSD) * This function works on certain operating systems (GNU/Linux, FreeBSD)
* *
* @param core_num specify the core number for MSR. * @param core_num specify the core number for MSR.
* The first core number is 0. * The first core number is 0.