Skip to content

Commit c96ebd8

Browse files
Jason SamsAndroid (Google) Code Review
authored andcommitted
Merge "Add fp_relaxed pragma to image processing test."
2 parents 79eeae4 + 75ec678 commit c96ebd8

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)