|WARNING| pw152167 [PATCH v2 1/2] config: allow AVX512 instructions to be used with MSVC
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Feb 28 22:44:11 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/152167
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#54:
https://learn.microsoft.com/en-us/cpp/build/reference/arch-x64?view=msvc-170
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#90: FILE: config/x86/msvc/meson.build:9:
+ #include <stdio.h>
WARNING:TYPO_SPELLING: 'SSEE' may be misspelled - perhaps 'SEE'?
#210: FILE: config/x86/msvc/meson.build:129:
+# also have ['SSE', 'SSE2', 'SSE3', 'SSEE3', 'SSE4_1', 'SSE4_2']
WARNING:TYPO_SPELLING: 'SSEE' may be misspelled - perhaps 'SEE'?
#272: FILE: config/x86/msvc/meson.build:191:
+cpu_flags = ['SSE', 'SSE2', 'SSE3', 'SSEE3', 'SSE4_1', 'SSE4_2']
total: 0 errors, 4 warnings, 287 lines checked
More information about the test-report
mailing list