aboutgitcodebugslistschat
path: root/doc/platform-requirements
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2026-03-02 15:31:35 +1100
committerStefano Brivio <sbrivio@redhat.com>2026-03-04 17:53:33 +0100
commit685864dea8c35a6abf3ab61de786167e73b18816 (patch)
tree30399df2a4635be8ab0ac4adcd5ed5ebbcbfa8e7 /doc/platform-requirements
parent9ee780567310f2486e1510db502a96e5b1a81a1c (diff)
downloadpasst-685864dea8c35a6abf3ab61de786167e73b18816.tar
passt-685864dea8c35a6abf3ab61de786167e73b18816.tar.gz
passt-685864dea8c35a6abf3ab61de786167e73b18816.tar.bz2
passt-685864dea8c35a6abf3ab61de786167e73b18816.tar.lz
passt-685864dea8c35a6abf3ab61de786167e73b18816.tar.xz
passt-685864dea8c35a6abf3ab61de786167e73b18816.tar.zst
passt-685864dea8c35a6abf3ab61de786167e73b18816.zip
clang-tidy: Don't insist on #ifdef over #if defined()
Commit 036fb8770 ("checksum: add VSX fast path for POWER8/POWER9") changed an #ifdef to #if defined, in order to match a newly introduced #if which needs to check two different symbols. This causes clang-tidy to complain that the directive could be written more concisely. In this case consistency with the other #if branch seems more important, and in general insisting on #ifdef over #if seems unhelpfully pedantic. Suppress that warning globally. Reported-by: Laurent Vivier <lvivier@redhat.com> Fixes: 036fb8770cc2 ("checksum: add VSX fast path for POWER8/POWER9") Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'doc/platform-requirements')
0 files changed, 0 insertions, 0 deletions