Skip to content

Commit 2523023

Browse files
tbujewskZuul
authored andcommitted
Small cleaning. Removing white spaces.
Change-Id: I74f2eb17f54e06191014e04b11c05bfe223f6851
1 parent 3320c9c commit 2523023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/BiFModule/Implementation/IGCBiF_Intrinsics.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ float __builtin_IB_sub_group_scan_OpGroupFMin_f32(float x) __attribute__((const)
683683
double __builtin_IB_sub_group_scan_OpGroupFAdd_f64(double x) __attribute__((const));
684684
double __builtin_IB_sub_group_scan_OpGroupFMax_f64(double x) __attribute__((const));
685685
double __builtin_IB_sub_group_scan_OpGroupFMin_f64(double x) __attribute__((const));
686-
686+
687687
// The following mul/fma with rtz is used internally for int div/rem emulation
688688
// x * y, using round-to-zero
689689
double __builtin_IB_mul_rtz_f64(double x, double y) __attribute__((const));

0 commit comments

Comments
 (0)