[libcxx-commits] [PATCH] D144362: [libcxx] <experimental/simd> Add ABI tags, class template simd/simd_mask implementations. Add related simd traits and tests.

Yin Zhang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 7 00:00:53 PDT 2023


Joy12138 added a comment.

@philnik Hi! Could you please help me check the CI errors?

Last time it prompted me to remove the following statement in transitive includes of cxx23 and cxx26.

  *** 174,179 ****
  
  --- 174,180 ----
  
    experimental/regexregex
  
    experimental/setexperimental/memory_resource
  
    experimental/setset
  
  - experimental/simdcstddef
  
    experimental/stringexperimental/memory_resource
  
    experimental/stringstring
  
    experimental/type_traitsinitializer_list
  
  
  
  error: command failed with exit status: 1

But this time after I removed, it prompted me to add.

  *** 174,179 ****
  
  --- 174,180 ----
  
    experimental/regexregex
  
    experimental/setexperimental/memory_resource
  
    experimental/setset
  
  + experimental/simdcstddef
  
    experimental/stringexperimental/memory_resource
  
    experimental/stringstring
  
    experimental/type_traitsinitializer_list
  
  
  
  error: command failed with exit status: 1


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144362/new/

https://reviews.llvm.org/D144362



More information about the libcxx-commits mailing list