Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 使用 C# 识别 CPU 架构类型
我的程序在其最后一部分使用不同的程序集。问题是 amd 和 intelx64 程序集不完全兼容。它适用于我正在使用的编译器。
你可以使用异常处理,使用try和catch。
try { // intel assembly } catch { // amd assembly }