Skip to content

tools: Using math.h from NuttX for wasm build#1931

Merged
xiaoxiang781216 merged 1 commit intoapache:masterfrom
no1wudi:master
Aug 10, 2023
Merged

tools: Using math.h from NuttX for wasm build#1931
xiaoxiang781216 merged 1 commit intoapache:masterfrom
no1wudi:master

Conversation

@no1wudi
Copy link
Copy Markdown
Contributor

@no1wudi no1wudi commented Aug 10, 2023

Summary

wasm clang can't find math.h if using libm from toolchain.

It's OK to using math.h from NuttX since only declaration is needed for wasm build.

Impact

Wasm build only

Testing

CI and local machine

wasm clang can't find math.h if using libm from toolchain.

It's OK to using math.h from NuttX since only declaration is needed for wasm build.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
@xiaoxiang781216 xiaoxiang781216 merged commit 712d008 into apache:master Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants