Various extensions to the vectorizer
- Daniel Bauer authored
ignore vectorized casts on x86 (there are no type conversion intrinsics with the same from- and to-type)
@@ -159,6 +159,9 @@ class X86VectorCpu(GenericVectorCpu):
@@ -262,7 +265,9 @@ class X86VectorCpu(GenericVectorCpu):
@@ -274,7 +279,9 @@ class X86VectorCpu(GenericVectorCpu):