Skip to content

Commit 6bc720b

Browse files
committed
foleage mac compile
1 parent b667196 commit 6bc720b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cryptoTools

libOTe/Dpf/TriDpf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ namespace osuCrypto
764764
static block tagBit(const block& b)
765765
{
766766
auto bit = b & block(0, 1);
767-
auto mask = _mm_sub_epi64(_mm_set1_epi64x(0), bit);
768-
return _mm_unpacklo_epi64(mask, mask);
767+
auto mask = block(0,0).sub_epi64(bit);
768+
return mask.unpacklo_epi64(mask);
769769
}
770770
};
771771

0 commit comments

Comments
 (0)