Hi Christian,
On 14/09/15 12:39, Christian Bruel wrote:
This patch splits the neon_builtins initialization into 2 internals
functions. One for NEON and one for CRYPTO, each one guarded by its own
predicate. arm_init_neon_builtins is now global to be called from
arm_valid_target_attribute_tree if needed.
+void
+arm_init_crypto_builtins_internal (void)
+{
+ tree V16UQI_type_node
+ = arm_simd_builtin_type (V16QImode, true, false);
Like Bernhard said, this should be static.
Otherwise this is ok (with the irrelevant arm-protos.h dropped as discussed
earlier).
Thanks,
Kyrill