https://bugs.llvm.org/show_bug.cgi?id=48718
Bug ID: 48718
Summary: NEON scalar comparison functions should return
unsigned values
Product: new-bugs
Version: 11.0
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Some functions which compare 64-bit values return int64_t in clang instead of
uint64_t. For example, documentation for vceqd_s64 (which returns int64_t in
clang):
https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics?search=vceqd_s64
I ran into this issue with vceqd_s64, but the other comparison functions seem
to share the same problem:
* vceqd_s64
* vceqzd_s64
* vcged_s64
* vcgezd_s64
* vcgtd_s64
* vcgtzd_s64
* vcled_s64
* vclezd_s64
* vcltd_s64
* vcltzd_s64
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs