mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Revert "Add AVX512 optimizations for matrix multiply"
This reverts commit 25db0b4a82
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user