publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -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 ##
|
||||
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue