mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
![Wenyong Huang](/assets/img/avatar_default.png)
Implement the latest SIMD opcodes and update LLVM 13.0, update the llvm build scripts, update the sample workloads‘ build scripts, and build customized wasi-sdk to build some workloads. Also refine the CI rules. Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
14 lines
658 B
Diff
14 lines
658 B
Diff
diff --git a/expected/wasm32-wasi/predefined-macros.txt b/expected/wasm32-wasi/predefined-macros.txt
|
|
index c1bb19e..954f3b5 100644
|
|
--- a/expected/wasm32-wasi/predefined-macros.txt
|
|
+++ b/expected/wasm32-wasi/predefined-macros.txt
|
|
@@ -3002,6 +3002,8 @@
|
|
#define __alignof_is_defined 1
|
|
#define __bitop(x,i,o) ((x)[(i)/8] o (1<<(i)%8))
|
|
#define __bool_true_false_are_defined 1
|
|
+#define __clang_literal_encoding__ "UTF-8"
|
|
+#define __clang_wide_literal_encoding__ "UTF-32"
|
|
#define __inline inline
|
|
#define __restrict restrict
|
|
#define __tg_complex(fun,x) (__RETCAST_CX(x)( __FLTCX((x)+I) && __IS_FP(x) ? fun ## f (x) : __LDBLCX((x)+I) ? fun ## l (x) : fun(x) ))
|