Skip to content
Snippets Groups Projects
Commit c9209337 authored by rtoy's avatar rtoy
Browse files

The packed shift instructions must have an xmm register as the

destination and either an xmm register or integer for the source.  Add
declarations to enforce this, so we don't do silently accept stupid
things like psllq <eax>, 32 as was done in */complex-double-float.

(Should probably add more checks of this type.)
parent 8906ce9f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment