https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110050
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Matthias Kretz <mkr...@gcc.gnu.org>: https://gcc.gnu.org/g:e6b19675fb3397992a8f88ef031d57c4dcd73cd6 commit r13-8703-ge6b19675fb3397992a8f88ef031d57c4dcd73cd6 Author: Matthias Kretz <m.kr...@gsi.de> Date: Thu Jun 1 10:40:14 2023 +0200 libstdc++: Fix condition for supported SIMD types on ARMv8 Signed-off-by: Matthias Kretz <m.kr...@gsi.de> libstdc++-v3/ChangeLog: PR libstdc++/110050 * include/experimental/bits/simd.h (__vectorized_sizeof): With __have_neon_a32 only single-precision float works (in addition to integers). (cherry picked from commit 2fbbaa77c8468ed2bdf2cfa1a5890991e4e98eef)