Skip to content

Commit f55340b

Browse files
committed
Apparently I am more tired than I first thought
1 parent 48cadd9 commit f55340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librapid/include/librapid/array/arrayContainer.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ namespace librapid {
767767
auto ptr = LIBRAPID_ASSUME_ALIGNED(m_storage.begin());
768768

769769
#if defined(LIBRAPID_NATIVE_ARCH)
770-
LIBRAIPD_ASSERT(
770+
LIBRAPID_ASSERT(
771771
reinterpret_cast<uintptr_t>(ptr) % typetraits::TypeInfo<Scalar>::packetWidth == 0,
772772
"ArrayContainer::packet called on unaligned storage");
773773

0 commit comments

Comments
 (0)