From d24745cdc08d9fcb0767b8a8c2c25e8b079574d3 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Tue, 27 Sep 2022 07:45:11 +0530 Subject: [PATCH] SWDEV-355608 - hipcc: remove -use_fast_math (#2965) It doesn't seem to provide any functionality, probably leftover from some experimental codes. Change-Id: I1720ccf29e057d7f2e18a7dfd1adccd3d51fa80c [ROCm/hip commit: cb084f40729750121a8f1850056b9cfc4f26308b] --- projects/hip/bin/hipcc.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/hip/bin/hipcc.pl b/projects/hip/bin/hipcc.pl index c725318ed9..e6aae1627e 100755 --- a/projects/hip/bin/hipcc.pl +++ b/projects/hip/bin/hipcc.pl @@ -358,10 +358,6 @@ foreach $arg (@ARGV) $compileOnly = 1; $buildDeps = 1; } - if($trimarg eq '-use_fast_math') { - $HIPCXXFLAGS .= " -DHIP_FAST_MATH "; - $HIPCFLAGS .= " -DHIP_FAST_MATH "; - } if(($trimarg eq '-use-staticlib') and ($setLinkType eq 0)) { $linkType = 0;