mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Removed IACA-defines
This caused redefinition warnings if IACA headers were included from elsewhere. For a clean solution we should define our own EIGEN_IACA_* macros
This commit is contained in:
parent
56de8d3816
commit
84cb1d72b8
@ -10,12 +10,6 @@
|
||||
#ifndef EIGEN_GENERAL_BLOCK_PANEL_H
|
||||
#define EIGEN_GENERAL_BLOCK_PANEL_H
|
||||
|
||||
#ifdef USE_IACA
|
||||
#include "iacaMarks.h"
|
||||
#else
|
||||
#define IACA_START
|
||||
#define IACA_END
|
||||
#endif
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user