summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/multiarray/dragon4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/multiarray/dragon4.c b/numpy/core/src/multiarray/dragon4.c
index 27ecded65..8f7dc0e2a 100644
--- a/numpy/core/src/multiarray/dragon4.c
+++ b/numpy/core/src/multiarray/dragon4.c
@@ -235,6 +235,7 @@ BigInt_Set_2x_uint64(BigInt *i, npy_uint64 hi, npy_uint64 lo)
i->length = 0;
}
+ /* Note deliberate fallthrough in this switch */
switch (i->length) {
case 4:
i->blocks[3] = (hi >> 32) & bitmask_u64(32);