Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7093 | Kartik Agaram | 2020-10-24 | 1 | -2/+2 |
| | |||||
* | 7040 | Kartik Agaram | 2020-10-15 | 1 | -8/+8 |
| | |||||
* | 6957 | Kartik Agaram | 2020-10-05 | 1 | -0/+1 |
| | | | | | | | | The final fix to the raytracing program involves rounding modes. It turns out x86 processors round floats by default, unlike C which has trained me to expect truncation. Rather than mess with the MXCSR register, I added another instruction for truncation. Now milestone 3 emits perfectly correct results. | ||||
* | 6956 | Kartik Agaram | 2020-10-05 | 1 | -16/+30 |
| | |||||
* | 6126 - support 8-byte register names | Kartik Agaram | 2020-03-11 | 1 | -10/+11 |
| | | | | Using these is quite unsafe. But what isn't, here? | ||||
* | 6088 - start using setCC instructions | Kartik Agaram | 2020-03-06 | 1 | -1/+11 |
| | |||||
* | 5968 | Kartik Agaram | 2020-02-01 | 1 | -1/+1 |
| | |||||
* | 5966 - document all supported Mu instructions | Kartik Agaram | 2020-01-31 | 1 | -0/+106 |