From ee5deec8a337de4659fd23c6e48819638b69a2bc Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Wed, 14 Oct 2015 14:36:23 +0200 Subject: Fixed formatting --- AstSemantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AstSemantics.md b/AstSemantics.md index a74a08c..6f05454 100644 --- a/AstSemantics.md +++ b/AstSemantics.md @@ -447,7 +447,7 @@ implementations of the remaining required operations. * `f32.sqrt`: square root * `f32.min`: minimum (binary operator); if either operand is NaN, returns NaN * `f32.max`: maximum (binary operator); if either operand is NaN, returns NaN - +
* `f64.add`: addition * `f64.sub`: subtraction * `f64.mul`: multiplication -- cgit v1.2.3