This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
da436b3856
Luna
/
kernel
/
debug.cmake
2 lines
60 B
CMake
Raw
Normal View
History
Unescape
Escape
Bitmap: Introduce a new method 'find' and use it in MM and KernelVM This method looks for the first bit with a value, optionally from a starting index, and returns its index. This should be (haven't benchmarked) way faster than the manual way, AKA what MM and KernelVM were doing. This is due to this method using bit and byte manipulation tricks instead of just calling get() until getting the desired result :)
2023-01-09 16:59:52 +00:00
target_compile_definitions
(
moon
PRIVATE
LOCKED_VALUE_DEBUG
)
Reference in New Issue
Copy Permalink