Skip to content

Commit 4590e56

Browse files
WIP
1 parent 905375c commit 4590e56

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

include/xsimd/arch/xsimd_rvv.hpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#ifndef XSIMD_RVV_HPP
1111
#define XSIMD_RVV_HPP
1212

13-
//#include <complex>
14-
//#include <type_traits>
15-
//#include <utility>
13+
#include <complex>
14+
#include <type_traits>
15+
#include <utility>
1616

1717
#include "../types/xsimd_rvv_register.hpp"
1818
#include "xsimd_constants.hpp"
@@ -76,8 +76,6 @@
7676
#define XSIMD_RVV_M , _M,
7777
#define XSIMD_RVV_TSM XSIMD_RVV_T XSIMD_RVV_S XSIMD_RVV_M
7878

79-
#define XSIMD_RVV_MASKED _m
80-
8179
// XSIMD_RVV_OVERLOAD, below, expands to a head section, a number of body sections
8280
// (depending on which types are supported), and a tail section. Different
8381
// variants of these sections are implemented with different suffixes on the

0 commit comments

Comments
 (0)