commit | 1e8b1ccdd415de4c67be53e803521279a4d8abc1 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Mon Apr 07 16:13:11 2025 +0300 |
committer | Martin Storsjö <martin@martin.st> | Mon Apr 07 22:38:26 2025 +0300 |
tree | 5e8e49fd49a4f906b2bdf878b9faa717712f10d4 | |
parent | a421d2c0c68396bc342053c9348de85ecafa057e [diff] |
crt: Fix condition for fabsf in api-ms-win-crt-math This was changed erroneously in 95ad23696f57b0f966525b574096bd53d48c773a; fabsf is only available on arm/aarch64 - it doesn't have anything to do with whether we are compatible with UCRT regarding long doubles. Also fix _o_fabsf in ucrtbase-common.def.in which also was changed erroneously in the same way. Signed-off-by: Martin Storsjö <martin@martin.st>