mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 11:10:59 +00:00
In order to reduce our reliance on __builtin_{ffs, clz, ctz, popcount},
this commit removes all calls to these functions and replaces them with
the equivalent functions in AK/BuiltinWrappers.h.
|
||
|---|---|---|
| .. | ||
| aarch64 | ||
| x86 | ||
| DeferredCallEntry.h | ||
| Processor.h | ||
| ProcessorSpecificDataID.h | ||
| RegisterState.h | ||
| ScopedCritical.h | ||
| SmapDisabler.h | ||
| Spinlock.h | ||