Skip to content

Commit bdcc5aa

Browse files
committed
[libc] Add _64 element to aarch64
1 parent 46fd7fd commit bdcc5aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/src/string/memory_utils/elements_aarch64.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,10 @@ struct N32 {
110110
};
111111

112112
using _32 = N32;
113+
using _64 = Repeated<_32, 2>;
113114
#else
114115
using _32 = __llvm_libc::scalar::_32;
116+
using _64 = __llvm_libc::scalar::_64;
115117
#endif // __ARM_NEON
116118

117119
} // namespace aarch64

0 commit comments

Comments
 (0)