Commit f68f23ea authored by Raymond Knopp's avatar Raymond Knopp

hotfix for 4 layer mapping on aarch64

parent af4b0d53
......@@ -454,9 +454,9 @@ void nr_layer_mapping(int nbCodes,
tx0++;
*(uint32_t *)tx1 = vgetq_lane_u32(d4, 1);
tx1++;
*(uint32_t *)tx2 = vgetq_lane_u32(d4, 0);
*(uint32_t *)tx2 = vgetq_lane_u32(d4, 2);
tx2++;
*(uint32_t *)tx3 = vgetq_lane_u32(d4, 1);
*(uint32_t *)tx3 = vgetq_lane_u32(d4, 3);
tx3++;
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment