Various extensions to the vectorizer
@@ -61,8 +61,13 @@ def test_type_cast(gen_config, xp, from_type, to_type):
@@ -61,8 +61,13 @@ def test_type_cast(gen_config, xp, from_type, to_type):
Includes additions to the AstVectorizer
:
Additions to the x86 instruction set:
And to the SelectIntrinsics
pass:
__builtin_convertvector
which is supported by most compilers instead of inserting intrinsics. Useful because not all conversions are supported natively on all CPUs.