This makes __builtin_bit_cast support converting to and from vector types in a constexpr context.
Without this patch, attempting to use std::bit_cast with a vector type will fail to compile with a message such as:
constexpr bit_cast involving type '__attribute__((__vector_size__(4 * sizeof(int)))) int const' (vector of 4 'int' values) is not yet supported