mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Avoid including <sstream> with EIGEN_NO_IO
(cherry picked from commit b7668c0371)
This commit is contained in:
committed by
Antonio Sanchez
parent
6aaa45db5f
commit
a5469a6f0f
@@ -36,8 +36,6 @@
|
||||
#ifndef EIGEN_HALF_H
|
||||
#define EIGEN_HALF_H
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#if defined(EIGEN_HAS_GPU_FP16) || defined(EIGEN_HAS_ARM64_FP16_SCALAR_ARITHMETIC)
|
||||
// When compiling with GPU support, the "__half_raw" base class as well as
|
||||
// some other routines are defined in the GPU compiler header files
|
||||
|
||||
Reference in New Issue
Block a user