publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -34,7 +34,7 @@ mantissa) support. No explicit code for the "float" type is present in this
library, because as practice has shown the "float"-based code performs
considerably slower on a modern processor, at least in this library. This
library does not have dependencies beside the standard C library, the
"windows.h" on Windows and the "pthread.h" on macOS and Linux.
"arch.h" on Windows and the "pthread.h" on macOS and Linux.
## Links ##

View file

@ -64,7 +64,7 @@
#include "r8bconf.h"
#if defined( _WIN32 )
#include <windows.h>
#include <arch.h>
#else // defined( _WIN32 )
#include <pthread.h>
#endif // defined( _WIN32 )