From 370482a3e02ecc003ac7623044ca0751045dbe84 Mon Sep 17 00:00:00 2001 From: Martin Fouilleul Date: Tue, 19 Sep 2023 09:15:36 +0200 Subject: [PATCH] remove wrong alignment attribute of IM3Operation wasm3 --- src/ext/wasm3/source/m3_config_platforms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/wasm3/source/m3_config_platforms.h b/src/ext/wasm3/source/m3_config_platforms.h index 0cb475d..63676fd 100644 --- a/src/ext/wasm3/source/m3_config_platforms.h +++ b/src/ext/wasm3/source/m3_config_platforms.h @@ -121,7 +121,7 @@ typedef int8_t i8; # if defined (M3_COMPILER_MSVC) # define vectorcall // For MSVC, better not to specify any call convention # elif defined(__x86_64__) -# define vectorcall __attribute__((aligned(32))) +# define vectorcall //# elif defined(__riscv) && (__riscv_xlen == 64) //# define vectorcall __attribute__((aligned(16))) # elif defined(__MINGW32__)