blake3 fixups: fix unsafe overbroad enabling of fancy instructions
Summary: Previously to this commit, these instructions were inadvertently enabled in the portable (must run on all systems) sections of the library.
This PR also adds support for target_compatible_with in shim/third-party/rust, eliminating
compatible_withbugs with the previous definitions.X-link: https://github.com/facebook/buck2/pull/1396
Reviewed By: jlwass
Differential Revision: D113168775
Pulled By: dtolnay
fbshipit-source-id: 48d2792e295f7a0a4767e65654c35e41e33229ee
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Buck2 Shims for Meta
These files implement shims for Meta internal buck2 cells, macros, and targets.
Via these shims, the buck2 experience when building Meta open source projects should be nearly identical to the internal buck2 experience.
These shims are not recommended for non-Meta projects!!!
Prefer to use rules from the buck2 prelude and the buck2 build apis
License
This source code is licensed under both the MIT license found in the LICENSE-MIT file in the root directory of this source tree and the Apache License, Version 2.0 found in the LICENSE-APACHE file in the root directory of this source tree.