diff options
author | 2025-02-07 18:49:08 -0800 | |
---|---|---|
committer | 2025-02-08 20:06:30 -0800 | |
commit | bc2736fe7e0b03866b4cb2da320b1aa705b193c0 (patch) | |
tree | f2fee556f49c364aa2c9f3da92485ccc34324535 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | lib/crc32: use void pointer for data (diff) | |
download | linux-rng-bc2736fe7e0b03866b4cb2da320b1aa705b193c0.tar.xz linux-rng-bc2736fe7e0b03866b4cb2da320b1aa705b193c0.zip |
lib/crc32: don't bother with pure and const function attributes
Drop the use of __pure and __attribute_const__ from the CRC32 library
functions that had them. Both of these are unusual optimizations that
don't help properly written code. They seem more likely to cause
problems than have any real benefit.
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250208024911.14936-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions