[Bug libstdc++/107929] New: std::experimental::simd needs to be reimplemented with GCC's vector extension

unlvsur at live dot com gcc-bugzilla@gcc.gnu.org
Wed Nov 30 03:52:34 GMT 2022


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

            Bug ID: 107929
           Summary: std::experimental::simd needs to be reimplemented with
                    GCC's vector extension
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html

It is just too slow to compile by including immintrin.h headers. Using vector
extension is extremely easy to implement and more direct.


More information about the Gcc-bugs mailing list