0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00

ircd::info: Remove unnecessary indication.

This commit is contained in:
Jason Volk 2020-07-10 23:26:21 -07:00
parent dcc1b37d25
commit 85b550597c

View file

@ -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,