Skip to content

Commit 4f4092d

Browse files
WIP
1 parent 8602e05 commit 4f4092d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/xsimd/config/xsimd_inline.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
#ifndef XSIMD_INLINE_HPP
1313
#define XSIMD_INLINE_HPP
1414

15+
#if defined(__VEC__)
16+
#define XSIMD_INLINE inline
17+
#else
18+
1519
#if defined(__GNUC__)
1620
#define XSIMD_INLINE inline __attribute__((always_inline))
1721
#elif defined(_MSC_VER)
@@ -21,3 +25,5 @@
2125
#endif
2226

2327
#endif
28+
29+
#endif

0 commit comments

Comments
 (0)