commit | 849a151baf187f32eb57b34c00365cbc7d2353a7 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Mon Sep 01 14:18:57 2025 +0300 |
committer | Martin Storsjö <martin@martin.st> | Mon Sep 08 12:50:44 2025 +0300 |
tree | ff83d92c3a3d78b6233626a61bcc0f5734125457 | |
parent | 2cc29537298fd12160003a015901c3d7f3c438e1 [diff] |
crt: Expose math functions on arm64ec that we normally skip on x86 We don't build the replacement functions for arm64ec, as we only build the same source files as we build for regular aarch64. This makes msvcrt.dll generally usable in arm64ec mode. Signed-off-by: Martin Storsjö <martin@martin.st>