Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support X86 and ARM64 on big platforms #10

Open
3 of 5 tasks
toor1245 opened this issue Aug 14, 2021 · 2 comments
Open
3 of 5 tasks

Add Support X86 and ARM64 on big platforms #10

toor1245 opened this issue Aug 14, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request linux issue releated to Linux OS win issue releated to Windows OS x86-64 x86-64 issue

Comments

@toor1245
Copy link
Owner

toor1245 commented Aug 14, 2021

In this task it necessary to create libs to x86 for Linux, macOS, Windows OS

  • X86 Windows
  • X86 Linux
  • X86 macOS
  • AArch64 Linux
  • AArch64 Android
@toor1245 toor1245 self-assigned this Aug 14, 2021
@toor1245 toor1245 added this to the v0.0.1 milestone Aug 14, 2021
@toor1245 toor1245 added this to To do in cpu_features.NET via automation Aug 14, 2021
@toor1245 toor1245 added enhancement New feature or request linux issue releated to Linux OS win issue releated to Windows OS x86-64 x86-64 issue labels Aug 14, 2021
@toor1245 toor1245 changed the title Add Support X86 on big platforms Add Support X86 and ARM64 on big platforms Aug 28, 2021
@toor1245 toor1245 removed this from the v0.0.7-beta milestone Aug 17, 2022
toor1245 pushed a commit that referenced this issue Aug 18, 2022
@Mizux
Copy link

Mizux commented Oct 19, 2022

you may want to add aarch64 macOS aka Apple M1 aka RID osx-arm64 ...

ps: https://github.com/Mizux/dotnet-native/blob/2c4737b1eb29bc3a93911a632520774fe1b74e2f/cmake/dotnet.cmake#L28-L30
😉

@toor1245
Copy link
Owner Author

@Mizux, yes it would be great to add osx-arm64, but the current project is a full cpu_features binding, so first of all I'm looking forward to the day we add arm64 support to macOS 😄. I didn't find emulation about apple m1, only bitrise CI/CD bitrise-apple-silicon-m1-stacks
in hobby plan of pricing, I see free use of M1 https://www.bitrise.io/pricing, but for me this is not a convenient docs/UI, maybe we need to check if we can integrate into cpu_features, but again there will be a mess with CI/CD services

also thanks a lot for your project https://github.com/Mizux/dotnet-native this project helps me a lot to understand how to integrate native code in .NET

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request linux issue releated to Linux OS win issue releated to Windows OS x86-64 x86-64 issue
Projects
Development

No branches or pull requests

2 participants