Skip to content

Commit 8ec6ca6

Browse files
luweizhou2016azhai219
authored andcommitted
[FIX][WA] Apply recorder WA caused by compiler issue on AVX2 windows to pass
CI.
1 parent 1d5136a commit 8ec6ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cpu/x64/xbyak/xbyak.h

+1
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@ class RegExp {
10291029
base_ = r;
10301030
}
10311031
}
1032+
XBYAK_CONSTEXPR RegExp(const RegExp& rhs) : base_(rhs.base_), index_(rhs.index_), scale_(rhs.scale_), disp_(rhs.disp_) { }
10321033
bool isVsib(int bit = 128 | 256 | 512) const { return index_.isBit(bit); }
10331034
RegExp optimize() const
10341035
{

0 commit comments

Comments
 (0)