Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
39673520
Commit
39673520
authored
May 20, 2022
by
Stephanie Gawroriski
Browse files
Merge heads.
parents
728491f6
f1cffba3
Pipeline
#109833
passed with stages
in 1 minute and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
assets/developer-notes/index.mkd
View file @
39673520
...
...
@@ -893,5 +893,15 @@
*
`W16`
:
`18`
`19`
`20`
`21`
`22`
`23`
`24`
*
`W17`
:
`25`
`26`
`27`
`28`
`29`
`30`
`--`
#### May
*
`___`
:
`Mo`
`Tu`
`We`
`Th`
`Fr`
`Sa`
`Su`
*
`W17`
:
`--`
`--`
`--`
`--`
`--`
`--`
`01`
*
`W18`
:
`02`
`03`
`04`
`05`
`06`
`07`
`08`
*
`W19`
:
`09`
`10`
`11`
`12`
`13`
`14`
`15`
*
`W20`
:
`16`
[
**`17`**
](
stephanie-gawroriski/2022/05/17.mkd
)
`18`
`19`
`20`
`21`
`22`
*
`W21`
:
`23`
`24`
`25`
`26`
`27`
`28`
`29`
*
`W22`
:
`30`
`31`
`--`
`--`
`--`
`--`
`--`
assets/developer-notes/stephanie-gawroriski/2022/05/17.mkd
0 → 100644
View file @
39673520
# 2022/05/17
## 09:39
When I implement
`SoftDouble`
, depending on the source library I am basing
off if it uses
`long`
then I will use that for simplicity otherwise it will
be split via
`int`
. This way when I do major shifting around I do not need
to re-implement software
`long`
and instead just use it naturally as needed.
It will work just fine this way.
\ No newline at end of file
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