Skip to content

Commit 4c7b999

Browse files
remove outdated commented-out call to feenableexcept (not portable)
1 parent a8616ee commit 4c7b999

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CHOLMOD/GPU/t_cholmod_gpu.c

-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ int TEMPLATE2 (CHOLMOD (gpu_init))
9797
cudaError_t cudaErr ;
9898
size_t maxBytesSize, HostPinnedSize ;
9999

100-
// feenableexcept (FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW );
101-
102100
maxSize = L->maxcsize;
103101

104102
/* #define PAGE_SIZE (4*1024) */

0 commit comments

Comments
 (0)