smallrye / smallrye-common

Common utilities for SmallRye
Apache License 2.0
21 stars 24 forks source link

Add CPU detection #278

Closed dmlloyd closed 9 months ago

dmlloyd commented 9 months ago

As we start to use FFM, it may be useful to have a centralized and reliable means of detecting information about the current CPU architecture.

dmlloyd commented 9 months ago

Added a test and CI integration to verify that host CPU detection works.