llvm-capstone/clang/include
Craig Topper f4e5ce059e [RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)
This adopts a similar behavior to AArch64 SVE, where bool vectors are
represented as a vector of chars with 1/8 the number of elements. This
ensures the vector always occupies a power of 2 number of bytes.

A consequence of this is that vbool64_t, vbool32_t, and vool16_t can
only be used with a vector length that guarantees at least 8 bits.
2024-01-31 22:56:47 -08:00
..
clang [RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551) 2024-01-31 22:56:47 -08:00
clang-c [clang][modules] Deprecate module.map in favor of module.modulemap (#75142) 2023-12-14 14:03:57 -08:00
CMakeLists.txt
module.modulemap [clang][modules] Reset codegen options (take 2). (#74388) 2023-12-05 08:31:21 -08:00