banan-os/userspace/libraries/LibImage
Bananymous f4be37700f Kernel/userspace: rework floating point math
SSE is now unconditionally enabled any where and most of math.h is now
actually implemented. using __builtin_<func> lead to many hangs where
the builtin function would just call itself.
2024-11-03 20:28:15 +02:00
..
include/LibImage LibImage: name color to u32 function to to_argb from to_rgba 2024-10-13 22:01:46 +03:00
CMakeLists.txt BuildSystem: Use -O2 for all libraries 2024-09-20 20:04:49 +03:00
Image.cpp Kernel/userspace: rework floating point math 2024-11-03 20:28:15 +02:00
Netbpm.cpp BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
PNG.cpp LibImage: name color to u32 function to to_argb from to_rgba 2024-10-13 22:01:46 +03:00