(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
bool-1.h
       1  typedef signed char __v16qs __attribute__ ((__vector_size__ (16)));
       2  
       3  
       4  inline auto
       5  _mm_cmplt_epi8 (__v16qs __A, __v16qs __B)
       6  {
       7    return __A < __B;
       8  }