[clang] [clang] Separate Intel ADC instrinsics from ADX intrinsics (PR #75992)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 02:32:12 PST 2023


================
@@ -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


More information about the cfe-commits mailing list