summaryrefslogtreecommitdiff
path: root/src/ir
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir')
-rw-r--r--src/ir/properties.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ir/properties.h b/src/ir/properties.h
index 1d2937d81..a32a737ef 100644
--- a/src/ir/properties.h
+++ b/src/ir/properties.h
@@ -42,8 +42,12 @@ inline bool isSymmetric(Binary* binary) {
case EqInt64:
case NeInt64:
+ case MinFloat32:
+ case MaxFloat32:
case EqFloat32:
case NeFloat32:
+ case MinFloat64:
+ case MaxFloat64:
case EqFloat64:
case NeFloat64:
return true;