Mineplay
  • Joined on 2025-04-03
Mineplay opened issue Mineplay/Hallocy#7 2025-04-13 09:09:55 -05:00
H-5: Update documentation
Mineplay pushed to main at Mineplay/Hallocy 2025-04-13 09:07:47 -05:00
5ec44208b8 Merge pull request 'h2-simd-support' (#6) from h2-simd-support into main
5fb2be86a7 feat(simd): added function to check what simd version is supported
76e5cff6a1 feat(simd): added type for specifying simd version supported
c091d0dcc4 refactor(file structure): seperated files in seperate folders
Compare 4 commits »
Mineplay deleted branch h2-simd-support from Mineplay/Hallocy 2025-04-13 09:07:47 -05:00
Mineplay merged pull request Mineplay/Hallocy#6 2025-04-13 09:07:46 -05:00
h2-simd-support
Mineplay created pull request Mineplay/Hallocy#6 2025-04-13 09:07:16 -05:00
h2-simd-support
Mineplay commented on issue Mineplay/Hallocy#2 2025-04-13 09:05:35 -05:00
H-2: SIMD support

SIMD support should not be to complex. Just function to check if simd is supported is enough the rest can be handled by the memory management functions. Library is not supposed to be math or simd…

Mineplay pushed to h2-simd-support at Mineplay/Hallocy 2025-04-13 09:02:56 -05:00
5fb2be86a7 feat(simd): added function to check what simd version is supported
Mineplay pushed to h2-simd-support at Mineplay/Hallocy 2025-04-13 08:48:33 -05:00
76e5cff6a1 feat(simd): added type for specifying simd version supported
Mineplay pushed to h2-simd-support at Mineplay/Hallocy 2025-04-12 17:05:51 -05:00
c091d0dcc4 refactor(file structure): seperated files in seperate folders
Mineplay created branch h2-simd-support in Mineplay/Hallocy 2025-04-12 16:53:15 -05:00
Mineplay pushed to h2-simd-support at Mineplay/Hallocy 2025-04-12 16:53:15 -05:00
Mineplay deleted branch h1-basic-allocator from Mineplay/Hallocy 2025-04-12 16:50:08 -05:00
Mineplay merged pull request Mineplay/Hallocy#5 2025-04-12 16:50:08 -05:00
h1-basic-allocator
Mineplay pushed to main at Mineplay/Hallocy 2025-04-12 16:50:08 -05:00
33936eb001 Merge pull request 'h1-basic-allocator' (#5) from h1-basic-allocator into main
b954870e45 refactor(tests): moved main.c to seperate tests folder
21e79b8af4 perf(allocator): made medium allocations reusable by adding memory bin
120ddaed02 perf(allocator): made small allocations reusable by adding a memory bin
dd10dfd376 feat(allocator): implemented basic free function to free allocated memory
Compare 9 commits »
Mineplay commented on pull request Mineplay/Hallocy#5 2025-04-12 16:49:25 -05:00
h1-basic-allocator

Tests folder now only contains the Main.c file. This will be changed to a real test system later, but the Hallocy library is needed first to setup this test framework so for now it will use a…

Mineplay created pull request Mineplay/Hallocy#5 2025-04-12 16:47:20 -05:00
h1-basic-allocator
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-12 15:10:32 -05:00
b954870e45 refactor(tests): moved main.c to seperate tests folder
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-12 13:29:31 -05:00
21e79b8af4 perf(allocator): made medium allocations reusable by adding memory bin
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-11 19:01:12 -05:00
120ddaed02 perf(allocator): made small allocations reusable by adding a memory bin
Mineplay pushed to h1-basic-allocator at Mineplay/Hallocy 2025-04-11 18:21:26 -05:00
dd10dfd376 feat(allocator): implemented basic free function to free allocated memory