Xudong-Huang / generator-rs

rust stackful generator library
Apache License 2.0
286 stars 35 forks source link

Preserve floating point registers on aarch64 #31

Closed jamesbornholt closed 3 years ago

jamesbornholt commented 3 years ago

The aarch64 ABI requires us to preserve the lower 64 bits of floating point registers v8--v15 across context switches.

Xudong-Huang commented 3 years ago

Great! Thanks.