mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #2026 - Part 4 - Fill in missing dense elements case and fix a comment. https://bugzilla.mozilla.org/show_bug.cgi?id=1456569 Skipped this during the initial implementation, not sure when or if this code path is used, but I figure it should be there just in case. Also fix debug builgs by removing an no longer valid MOZ_ASSERT.
This commit is contained in:
parent
9042881cea
commit
b7e487bdf1
2 changed files with 9 additions and 1 deletions
|
|
@ -725,7 +725,6 @@ class MemoryAccessDesc
|
|||
trapOffset_(trapOffset)
|
||||
{
|
||||
MOZ_ASSERT(Scalar::isSimdType(type) == (numSimdElems > 0));
|
||||
MOZ_ASSERT(numSimdElems <= jit::ScalarTypeToLength(type));
|
||||
MOZ_ASSERT(mozilla::IsPowerOfTwo(align));
|
||||
MOZ_ASSERT_IF(isSimd(), hasTrap());
|
||||
MOZ_ASSERT_IF(isAtomic(), hasTrap());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue