mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 16:52:44 +01:00
ircd::info: Remove unnecessary indication.
This commit is contained in:
parent
dcc1b37d25
commit
85b550597c
1 changed files with 1 additions and 2 deletions
|
@ -145,9 +145,8 @@ ircd::info::dump_cpu_info()
|
|||
#if defined(__i386__) or defined(__x86_64__)
|
||||
log::info
|
||||
{
|
||||
log::star, "%s mmx:%b sse:%b sse2:%b sse3:%b ssse3:%b sse4.1:%b sse4.2:%b avx:%b avx2:%b constant_tsc:%b",
|
||||
log::star, "%s sse:%b sse2:%b sse3:%b ssse3:%b sse4.1:%b sse4.2:%b avx:%b avx2:%b constant_tsc:%b",
|
||||
hardware::x86::vendor,
|
||||
hardware::x86::mmx,
|
||||
hardware::x86::sse,
|
||||
hardware::x86::sse2,
|
||||
hardware::x86::sse3,
|
||||
|
|
Loading…
Reference in a new issue