Skip to content

Commit 75ec678

Browse files
author
Jason Sams
committed
Add fp_relaxed pragma to image processing test.
BUG=4540719 Change-Id: I147587b50106208a2280712ae69ca2bc111a2b77
1 parent fb9aa9f commit 75ec678

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/horizontal_blur.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma version(1)
2+
#pragma rs_fp_relaxed
23

34
#include "ip.rsh"
45

tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/vertical_blur.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma version(1)
2+
#pragma rs_fp_relaxed
23

34
#include "ip.rsh"
45

0 commit comments

Comments
 (0)