Skip to content
Snippets Groups Projects
Commit 2768f7e4 authored by Michael Kostylev's avatar Michael Kostylev Committed by Diego Biurrun
Browse files

sparc: VIS mnemonics


Currently, if VIS is enabled by configure, it will also be enabled at
run-time regardless of its support in the hardware. Thus, masking VIS
usage as it is done in vis.h by constructing binary instructions is
pointless. Using normal VIS mnemonics in inline assembly allows to take
advantage of automatic register allocation, gets rid of register
variables, which are unsupported by suncc for SPARC, and improves code
readability.

Signed-off-by: default avatarDiego Biurrun <diego@biurrun.de>
parent 259af1b9
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