The idea around archspec is to keep in https://github.com/archspec/archspec-json all the static information that can be used by multiple implementations of the library in different programming languages. In our reference implementation in Python we store in the tests folder samples of /proc/cpuinfo to be used in tests to ensure that detection works correctly.
I think it would be good to move this data in here so that it can be reused by other languages too.
The idea around archspec is to keep in https://github.com/archspec/archspec-json all the static information that can be used by multiple implementations of the library in different programming languages. In our reference implementation in Python we store in the tests folder samples of
/proc/cpuinfo
to be used in tests to ensure that detection works correctly.I think it would be good to move this data in here so that it can be reused by other languages too.