Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Lib
RISC_OSLib
Commits
9297c9e4
Commit
9297c9e4
authored
Nov 07, 2021
by
Stuart Swales
Committed by
ROOL
Nov 13, 2021
Browse files
Add the single precision hyperbolic math routines to the stubs
Version 6.09. Not tagged
parent
006d7c29
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+4
-4
clib/s/cl_entry2
clib/s/cl_entry2
+5
-0
No files found.
VersionASM
View file @
9297c9e4
...
...
@@ -12,9 +12,9 @@
Module_MajorVersion SETS "6.09"
Module_Version SETA 609
Module_MinorVersion SETS ""
Module_Date SETS "
06 Feb
2021"
Module_ApplicationDate SETS "
06-Feb
-21"
Module_Date SETS "
13 Nov
2021"
Module_ApplicationDate SETS "
13-Nov
-21"
Module_ComponentName SETS "RISC_OSLib"
Module_FullVersion SETS "6.09"
Module_HelpVersion SETS "6.09 (
06 Feb
2021)"
Module_HelpVersion SETS "6.09 (
13 Nov
2021)"
END
VersionNum
View file @
9297c9e4
...
...
@@ -5,17 +5,17 @@
*/
#define Module_MajorVersion_CMHG 6.09
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
06 Feb
2021
#define Module_Date_CMHG
13 Nov
2021
#define Module_MajorVersion "6.09"
#define Module_Version 609
#define Module_MinorVersion ""
#define Module_Date "
06 Feb
2021"
#define Module_Date "
13 Nov
2021"
#define Module_ApplicationDate "
06-Feb
-21"
#define Module_ApplicationDate "
13-Nov
-21"
#define Module_ComponentName "RISC_OSLib"
#define Module_FullVersion "6.09"
#define Module_HelpVersion "6.09 (
06 Feb
2021)"
#define Module_HelpVersion "6.09 (
13 Nov
2021)"
#define Module_LibraryVersionInfo "6:9"
clib/s/cl_entry2
View file @
9297c9e4
...
...
@@ -221,4 +221,9 @@
Entry
quick_exit
,
imported
,
,
unveneered
Entry
timespec_get
,
imported
,
,
unveneered
; C99 (previously omitted hyperbolic fns)
Entry
coshf
,
imported
,
,
unveneered
Entry
sinhf
,
imported
,
,
unveneered
Entry
tanhf
,
imported
,
,
unveneered
END
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment