Various extensions to the vectorizer
All threads resolved!
All threads resolved!
Files
2- Daniel Bauer authored
@@ -162,7 +162,7 @@ class X86VectorCpu(GenericVectorCpu):
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.