[clang] [X86]Add support for _outp{|w|d} (PR #93774)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 22:39:14 PDT 2024


================
@@ -348,6 +348,20 @@ static inline unsigned long _inpd(unsigned short port) {
   return ret;
 }
 
+static inline int _outp(unsigned short port, int data) {
----------------
phoebewang wrote:

Can we change it to `__outbyte` instead?

https://github.com/llvm/llvm-project/pull/93774


More information about the cfe-commits mailing list