Files
tinygo/src
Ayke van Laethem c199dd03c7 windows: save and restore xmm registers when switching goroutines
This is required according to the Windows x64 calling convention:
https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-170#callercallee-saved-registers
We didn't do this, and this didn't appear to cause any problems. But we
should do it anyway for correctness.
2022-09-02 18:47:00 +02:00
..
2022-08-04 13:10:41 +02:00
2022-09-02 15:06:37 +02:00
2022-08-06 08:05:29 +02:00
2022-08-09 09:18:49 +02:00
2022-09-02 11:48:01 +02:00
2022-08-07 09:04:57 +02:00