cranelift: Upgrade libm to 0.2.4 (#4670)

* cranelift: Upgrade libm to 0.2.4

This resolves an issue with incorrect fmaf on the x86_64-pc-windows-gnu target under some inputs.

See: #4517

* supply-chain: Vet `libm` 0.2.4
This commit is contained in:
Afonso Bordado
2022-08-10 17:08:39 +01:00
committed by GitHub
parent fd28d94352
commit 30e2a9bd29
5 changed files with 15 additions and 30 deletions

View File

@@ -1,6 +1,8 @@
test interpret
test run
target aarch64
target s390x
target x86_64 has_avx=false has_fma=false
function %fma_f32(f32, f32, f32) -> f32 {
block0(v0: f32, v1: f32, v2: f32):