================
@@ -66,6 +66,15 @@ typedef uint32_t uint32x2_t 
__attribute__((__vector_size__(8)));
     return op __rs1;                                                           
\
   }
 
+#define __packed_extract(name, rty, ty, max_idx)                               
\
+  static __inline__ rty __DEFAULT_FN_ATTRS __riscv_##name(                     
\
+      ty __v, const unsigned __idx)                                            
\
----------------
topperc wrote:

Drop the `const`. It doesn't do anything.

https://github.com/llvm/llvm-project/pull/221565
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to