https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100099

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
           Keywords|                            |compile-time-hog
          Component|preprocessor                |target
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-04-15
     Ever confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
One thing which could be done is similar to what AARCH64 did for SVE/SVE2
builtins and just implement the majority of the intrinsics in the front-end.

The aarch64 target does this in the user include header:
#pragma GCC aarch64 "arm_sve.h"
Which just interjects the intrinsics as builtins at that point.

Reply via email to