Pascal Leroy
Pascal Leroy
OSACA only supports the AT&T assembly syntax. On Windows the Intel syntax is more common (especially with MSVC). There are tools out there that purport to convert one format to...
Consider the following code snippet on Zen3, in the Intel syntax: ``` shl rax, 5 subsd xmm10, QWORD PTR [rax+r8] movsd xmm7, QWORD PTR [rax+r8+16] ``` Prior to this PR,...
This was suggested by kuzinat0r on [Discord](https://discord.com/channels/319857228905447436/480397772248580098/1433961346550206465). We'd need a new factory `ForVessel` [here](https://github.com/mockingbirdnest/Principia/blob/03689e28202192276acf5ea56850ba96699fffdd/ksp_plugin/flight_plan_optimizer.hpp#L103-L112), a variant of [`principia__FlightPlanOptimizationDriverMake`](https://github.com/mockingbirdnest/Principia/blob/03689e28202192276acf5ea56850ba96699fffdd/ksp_plugin/interface_flight_plan.cpp#L428) that would use the target, and some changes to the UI around...