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

@@ -18,7 +18,7 @@ smallvec = "1.6.1"
thiserror = "1.0.15"
[target.x86_64-pc-windows-gnu.dependencies]
libm = "0.2"
libm = "0.2.4"
[dev-dependencies]
cranelift-frontend = { path = "../frontend", version = "0.88.0" }