Revert "Add AVX512 optimizations for matrix multiply"

This reverts commit 25db0b4a82
This commit is contained in:
Antonio Sánchez
2022-05-13 18:50:33 +00:00
parent 25db0b4a82
commit 9b9496ad98
17 changed files with 142 additions and 1251 deletions

View File

@@ -143,8 +143,8 @@ int main()
// Specialize GEBP kernel and traits for mpreal (no need for peeling, nor complicated stuff)
// This also permits to directly call mpfr's routines and avoid many temporaries produced by mpreal
template<bool UnitResIncr>
class gebp_traits<mpfr::mpreal, mpfr::mpreal, UnitResIncr, false, false>
template<>
class gebp_traits<mpfr::mpreal, mpfr::mpreal, false, false>
{
public:
typedef mpfr::mpreal ResScalar;