* [DPDK/other Bug 1583] lib/mldev: conditional expression always true
@ 2024-11-16 1:15 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2024-11-16 1:15 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 972 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1583
Bug ID: 1583
Summary: lib/mldev: conditional expression always true
Product: DPDK
Version: 24.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev@dpdk.org
Reporter: stephen@networkplumber.org
Target Milestone: ---
PVS Studio giving warning here.
lib/mldev/mldev_utils_scalar.c:495:1: warning: V560 A part of conditional
expression is always true.
} else if ((be_16 >= 1) && (be_16 < (int)(FP16_MASK_E >>
FP16_LSB_E))) {
lib/mldev/mldev_utils_scalar.c:518:1: warning: V560 A part of conditional
expression is always true: (be_16 < 1).
} else if ((be_16 >= -(int)(FP16_MSB_M)) && (be_16 < 1)) {
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 2882 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-16 1:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-16 1:15 [DPDK/other Bug 1583] lib/mldev: conditional expression always true bugzilla
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.