summaryrefslogtreecommitdiff
path: root/sci-libs/rocFFT/files/rocFFT-5.0.2-add-math-header.patch
blob: 1a35126f1d8c77cdb7a5274314b395df49931af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
fix compilation issue: error: use of undeclared identifier 'ceil' 'floor'
===================================================================
--- rocFFT-rocm-5.0.2.orig/library/src/device/generator/stockham_gen_base.h
+++ rocFFT-rocm-5.0.2/library/src/device/generator/stockham_gen_base.h
@@ -20,6 +20,7 @@
 
 #pragma once
 #include "stockham_gen.h"
+#include <math.h>
 
 // Base class for stockham kernels.  Subclasses are responsible for
 // different tiling types.