mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-30 09:01:33 +00:00
Removed unused llvm file
This commit is contained in:
@ -1,9 +0,0 @@
|
|||||||
extern crate libm;
|
|
||||||
extern crate wasmer_runtime_core;
|
|
||||||
|
|
||||||
use libm::fma;
|
|
||||||
use wasmer_runtime_core::vm::Ctx;
|
|
||||||
|
|
||||||
pub fn fma_f64(_ctx: &mut Ctx, x: f64, y: f64, z: f64) -> f64 {
|
|
||||||
fma(x, y, z)
|
|
||||||
}
|
|
Reference in New Issue
Block a user