Browse Source

simplify calls to round()

richarddobson 1 month ago
parent
commit
6c4c9cd50c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dev/blur/ap_blur.c

+ 2 - 0
dev/blur/ap_blur.c

@@ -49,6 +49,8 @@
 #include <math.h>
 #include <srates.h>
 
+#define round(x) lround((x))
+
 /********************************************************************************************/
 /********************************** FORMERLY IN buffers.c ***********************************/
 /********************************************************************************************/