titzer / virgil

A fast and lightweight native programming language
1.22k stars 42 forks source link

Add move from xmm to r/m32 #27

Closed k-sareen closed 4 years ago

k-sareen commented 4 years ago

Adds movd r/m32, xmm instruction. This will be used to implement the int.view(float) functionality.

~Kunal

titzer commented 4 years ago

One thing I forgot to mention, and should have done for previous commits:

Can you run "aeneas bump" each time you modify any source under aeneas/src? That just bumps a version number, which makes it easier to track changes, particularly bugs.

k-sareen commented 4 years ago

Gotcha. I'll keep that in mind. I've bumped the version number for the current PR.