Skip to content

Commit 2b3b8a4

Browse files
author
Simon Hosie
committed
fuse helperrvv.h inclusion in vectortype.h
1 parent f1980b6 commit 2b3b8a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/dft/vectortype.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@
3737
#include "helpersve.h"
3838
#endif
3939

40-
#ifdef ENABLE_RVVM1
41-
#include "helperrvv.h"
42-
#endif
43-
44-
#ifdef ENABLE_RVVM2
40+
#if defined(ENABLE_RVVM1) || defined(ENABLE_RVVM1NOFMA) || defined(ENABLE_RVVM2) || defined(ENABLE_RVVM2NOFMA)
4541
#include "helperrvv.h"
4642
#endif
4743

0 commit comments

Comments
 (0)