From f8beb5aa91dd25f9ed0b344ce5fa23b6f813be9d Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sat, 11 Jun 2022 16:04:22 +0200 Subject: [PATCH] add OpenBSD support --- common/math/math.h | 2 ++ common/sys/sysinfo.cpp | 25 ++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/common/math/math.h b/common/math/math.h index 4d683762b8..6fc585da24 100644 --- a/common/math/math.h +++ b/common/math/math.h @@ -169,6 +169,7 @@ namespace embree __forceinline int min(int a, int b) { return a