[libc] Add _64 element to aarch64

This commit is contained in:
Guillaume Chatelet 2021-12-01 08:19:32 +00:00
parent 46fd7fd7b3
commit bdcc5aadf5
1 changed files with 2 additions and 0 deletions

View File

@ -110,8 +110,10 @@ struct N32 {
};
using _32 = N32;
using _64 = Repeated<_32, 2>;
#else
using _32 = __llvm_libc::scalar::_32;
using _64 = __llvm_libc::scalar::_64;
#endif // __ARM_NEON
} // namespace aarch64