[all-commits] [llvm/llvm-project] c34aca: [libc++][NFC] Remove unnecessary unsigned comparis...
Mital Ashok via All-commits
all-commits at lists.llvm.org
Fri Sep 13 06:24:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c34aca8ddc214b2ade997085e56689378ef1a8d0
https://github.com/llvm/llvm-project/commit/c34aca8ddc214b2ade997085e56689378ef1a8d0
Author: Mital Ashok <mital at mitalashok.co.uk>
Date: 2024-09-13 (Fri, 13 Sep 2024)
Changed paths:
M libcxx/include/experimental/__simd/vec_ext.h
Log Message:
-----------
[libc++][NFC] Remove unnecessary unsigned comparison with 0 (#108391)
This fixes a `-Wtype-limits` warning emitted when this file is compiled
with GCC when assertions are enabled.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list