Keegan Dent
Keegan Dent
Still reproducible in .NET 6 Preview 3. Worse yet, it even uses `\` path separators. Check how `ExProj` is included in `ExSln` in my below example. This really makes it...
@DavidKarlas For the record the `*.cs` files are also CRLF. Changing the `*.sln` and `*.csproj` files to Unix line endings and path separators does not seem to stop them from...
Well the "poor man's" fix would be to generate the solution or project template as normal, but run the human-readable files through a `dos2unix`-esque step. This still would not correct...
I have opened #908 which as-is works but with `NO_ASM` turned on. I will see if I can get these assembly changes integrated on my testbed M1 and if it...
Tried getting these changes up to date with master and messing with gas-preprocessor and the Makefile, but I'm still getting a an unknown-directive error. If anybody wants to take a...
> I, too, got unknown-directive errors. I just ended up manually fixing the end-result. I think it's a limitation of `gas-preprocessor`. What do you mean by “manually fixing”? Is there...
> I can't remember what I did to make gas-preprocessor to output the preprocessed assembly, but the closest I've got to a proper command line is `gas-preprocessor.pl -arch aarch64 -as-type...
> Try with: [myzhang1029/gas-preprocessor](https://github.com/myzhang1029/gas-preprocessor) or [FFmpeg/gas-preprocessor](https://github.com/FFmpeg/gas-preprocessor) > > Libav variant is old... Tried this, same issue. I'm editing my previous with a more verbose output.
Tried with a ton of different compiler arguments from that libretro example, but no dice. Even for their iOS-64 implementation, it seems they go with NO_ASM. I think that's a...
> This is also not IDE friendly, as there is no deterministic way to find the most recent result folder. Coverage highlighting tools (VSCode Coverage Gutters, in my case) can't...