mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix failing allbits test for ppc64le on clang15
This commit is contained in:
parent
d3f6d2ad06
commit
519bd64c65
@ -138,8 +138,8 @@ public:
|
||||
|
||||
/// Flip all bits.
|
||||
void flip() {
|
||||
for (auto &e : bits) {
|
||||
e = ~e;
|
||||
for (size_t i = 0; i < size(); i++) {
|
||||
flip(i);
|
||||
}
|
||||
clear_trailer();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user