Skip to content

Commit fc5b298

Browse files
committed
comment
1 parent d12b4b8 commit fc5b298

File tree

1 file changed

+1
-0
lines changed
  • vowpalwabbit/core/src/reductions

1 file changed

+1
-0
lines changed

vowpalwabbit/core/src/reductions/gd.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ VW_WARNING_STATE_POP
153153

154154
static inline float inv_sqrt(float x)
155155
{
156+
// Standard library used in CI because SSE2 path has floating point differences in github machines
156157
#if defined(STD_INV_SQRT)
157158
return 1.f / std::sqrt(x);
158159
#endif

0 commit comments

Comments
 (0)