================
@@ -14,9 +14,6 @@
 #ifndef __ADXINTRIN_H
 #define __ADXINTRIN_H
 
-/* Define the default attributes for the functions in this file. */
-#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__))
----------------
RKSimon wrote:

(minor) You could put this back with `__attribute__((__always_inline__, 
__nodebug__, __target__("adx")))` and now use it for the ADX intrinsics.

https://github.com/llvm/llvm-project/pull/75992
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to