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

Support OpenWRT builds #187

Open
markos opened this issue Oct 10, 2023 · 7 comments
Open

Support OpenWRT builds #187

markos opened this issue Oct 10, 2023 · 7 comments
Assignees
Labels
enhancement New feature or request wishlist Something that would be nice to have but not a priority

Comments

@markos
Copy link

markos commented Oct 10, 2023

There is interest in supporting OpenWRT builds as expressed in #153 .
Investigate the effort in adding support for this platform.

@markos markos added enhancement New feature or request wishlist Something that would be nice to have but not a priority labels Oct 10, 2023
@markos markos added this to the 5.4.12 milestone Nov 16, 2023
@markos markos self-assigned this Nov 16, 2023
@graysky2
Copy link

I have a PR open now to do just this: openwrt/packages#23904

@markos
Copy link
Author

markos commented Apr 15, 2024

@graysky2 wow, this is great news! Thank you for your work!

@graysky2
Copy link

No problem, thank YOU for your work. Have a look at the commit message in that PR. Your stuff is pretty amazing on that mediatek processor.

@markos
Copy link
Author

markos commented Apr 15, 2024

we're working on more optimizations in general and ofc on arm, progress is slow but steady :)

@graysky2
Copy link

Nice. Right now I have vectorscan slated to build for all supported aarch64 SoCs. Can you help me to narrow it down to just the ones that will benefit from it?

  • I know from my own testing that mediatek/filogic uses it well.
  • I believe both RPi4B and RPi5B (bcm27xx/bcm2711 and bcm27xx/bcm2710)

What else?

@markos
Copy link
Author

markos commented Apr 16, 2024

well, it should work on all aarch64 SoCs. The main requirement is ASIMD/Neon and it's part of all armv8 CPUs right from the start. We're also supporting armv8+SVE and armv9 (SVE2) systems as well, though they are not yet available as commercial products.

@graysky2
Copy link

That's great, I will leave it as-is (ie all aarch64).

@markos markos removed this from the 5.4.12 milestone Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wishlist Something that would be nice to have but not a priority
Projects
None yet
Development

No branches or pull requests

2 participants