▲ | loeg 2 days ago | ||||||||||||||||||||||||||||||||||||||||
> Note also that this is the intersection of bits that are available on both ARM and x86. If you want it to be portable, you need both architectures. Just because ARM64 doesn’t use a bit doesn’t mean that x86 doesn’t and vice versa. Your mask/tag doesn't need to use the same bits on x86 and ARM to be portable, though. | |||||||||||||||||||||||||||||||||||||||||
▲ | jandrewrogers 2 days ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||
It depends on the application, those bits may be materialized across architectures. The objective was maximizing safety in all contexts. My perspective is biased by the requirements of high-assurance systems. | |||||||||||||||||||||||||||||||||||||||||
|