move ALPHA_I out of register 18 (reserved on OSX)
This commit is contained in:
parent
6f759a9ce9
commit
cda29633a3
|
@ -49,7 +49,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define pCRow3 x15
|
#define pCRow3 x15
|
||||||
#define pA x16
|
#define pA x16
|
||||||
#define alphaR w17
|
#define alphaR w17
|
||||||
#define alphaI w18
|
#define alphaI w19
|
||||||
|
|
||||||
#define alpha0_R s10
|
#define alpha0_R s10
|
||||||
#define alphaV0_R v10.s[0]
|
#define alphaV0_R v10.s[0]
|
||||||
|
|
Loading…
Reference in New Issue