Skip to content
Snippets Groups Projects
Commit 56fd0532 authored by Vasileios Karakasis's avatar Vasileios Karakasis Committed by Ben Cumming
Browse files

Fix consistency issue of the SIMD i/f of modcc (#278)

The `emit_gather()` function emitted the "wrong" instruction in terms of its
arguments but the instruction actually generated was correct, because
the `simd_printer` was passing the arguments to `emit_gather()` in a
different order, which was though the correct order for the finally emitted
instruction. Complicated? This commit cleans this up.
parent bf286e63
No related branches found
No related tags found
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