Searched refs:fixed_svfloat (Results 1 – 1 of 1) sorted by relevance
20 typedef svfloat32_t fixed_svfloat __attribute__((arm_sve_vector_bits(N))); typedef22 static_assert(alignof(fixed_svfloat) == 16, in test01()24 static_assert(sizeof(fixed_svfloat) == N / 8, in test01()