You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
This is more precise than what we currently put under architecture in the witness(32bit/64bit), as the number of bits in the architecture doesn't fix the whole data model (e.g. there are differences in the data model for ARM64 vs. AMD64).
So we should consider to extend the witness format by a datamodel /data-model field that stores this more precise information. We could then deprecate the old architecture field, so validators still undetstand that one but use the data model if specified.
The text was updated successfully, but these errors were encountered:
For the task definition files we now have a consistent filed named
data_model
that contains eitherILP32
orLP64
:https://github.com/sosy-lab/sv-benchmarks#task-definitions
This is more precise than what we currently put under architecture in the witness(
32bit
/64bit
), as the number of bits in the architecture doesn't fix the whole data model (e.g. there are differences in the data model for ARM64 vs. AMD64).So we should consider to extend the witness format by a
datamodel
/data-model
field that stores this more precise information. We could then deprecate the old architecture field, so validators still undetstand that one but use the data model if specified.The text was updated successfully, but these errors were encountered: