We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cadd9 commit f55340bCopy full SHA for f55340b
librapid/include/librapid/array/arrayContainer.hpp
@@ -767,7 +767,7 @@ namespace librapid {
767
auto ptr = LIBRAPID_ASSUME_ALIGNED(m_storage.begin());
768
769
#if defined(LIBRAPID_NATIVE_ARCH)
770
- LIBRAIPD_ASSERT(
+ LIBRAPID_ASSERT(
771
reinterpret_cast<uintptr_t>(ptr) % typetraits::TypeInfo<Scalar>::packetWidth == 0,
772
"ArrayContainer::packet called on unaligned storage");
773
0 commit comments