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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user