Implement AVX512 vectorization of std::complex<float/double>

This commit is contained in:
Gael Guennebaud
2018-12-06 15:58:06 +01:00
parent 3fba59ea59
commit c53eececb0
8 changed files with 587 additions and 65 deletions

View File

@@ -56,6 +56,7 @@ struct default_packet_traits
HasConj = 1,
HasSetLinear = 1,
HasBlend = 0,
HasReduxp = 1,
HasDiv = 0,
HasSqrt = 0,