Commit b329187
Use a 64-bit data type for moving doubles to memory
Summary: When we're moving a double to memory because we have run out of VecD registers, we may need to use a temporary register to move the immediate into. In that case, we need to use a 64-bit register and not a double register, because we are treating the double as a 64-bit unsigned integer. In this case, we will explicitly set the temporary data type.
Reviewed By: DinoV
Differential Revision: D93621746
fbshipit-source-id: 13d5ade9883d9afdd1434b96b95bf1ca0884f81c1 parent 7755a57 commit b329187
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments