View Single Post
Old 07 February 2021, 18:32   #3
sparhawk
Registered User
 
sparhawk's Avatar
 
Join Date: Sep 2019
Location: Essen/Germany
Age: 55
Posts: 463
A new update was merged to master.
Along with some bugfixes in systemsave, I added new functions:

*memfill* is a replacement for memset and is up to 60% faster (depending on the blocksize) than the gcc counterpart.
*memfillBlit* is a memset which is limited to 128k (for now) but uses the blitter, so other code can run in parallel with the blitter.

For C++ I added some functions for commandline handling. You can declare your options (name, optional/mandatory, min/max params, etc.) and validate against it. Also a function to conventiely read params form the (gcc) commandline.
sparhawk is offline  
 
Page generated in 0.07389 seconds with 11 queries