We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3320c9c commit 2523023Copy full SHA for 2523023
IGC/BiFModule/Implementation/IGCBiF_Intrinsics.cl
@@ -683,7 +683,7 @@ float __builtin_IB_sub_group_scan_OpGroupFMin_f32(float x) __attribute__((const)
683
double __builtin_IB_sub_group_scan_OpGroupFAdd_f64(double x) __attribute__((const));
684
double __builtin_IB_sub_group_scan_OpGroupFMax_f64(double x) __attribute__((const));
685
double __builtin_IB_sub_group_scan_OpGroupFMin_f64(double x) __attribute__((const));
686
-
+
687
// The following mul/fma with rtz is used internally for int div/rem emulation
688
// x * y, using round-to-zero
689
double __builtin_IB_mul_rtz_f64(double x, double y) __attribute__((const));
0 commit comments