Depend on granular targets rather than //third_party/tensorflow/core:framework_headers_lib

PiperOrigin-RevId: 884615862
This commit is contained in:
David Dunleavy
2026-03-16 13:44:11 -07:00
committed by Copybara-Service
parent 9e558dd5c2
commit 45a3e9fda9

View File

@@ -28,7 +28,7 @@ static BROTLI_INLINE uint64_t GetMatchingTagMask(
}
#else
const int chunk_size = sizeof(size_t);
const size_t shift_amount = ((chunk_size * 8) - chunk_size);
const ssize_t shift_amount = ((chunk_size * 8) - chunk_size);
const size_t xFF = ~((size_t)0);
const size_t x01 = xFF / 0xFF;
const size_t x80 = x01 << 7;