This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ReC98
mirror of
https://github.com/nmlgc/ReC98.git
Watch
1
Star
1
Fork
You've already forked ReC98
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9342665312
ReC98
/
th04
/
vector.cpp
3 lines
57 B
C++
Raw
Normal View
History
Unescape
Escape
[Translation unit catch-up] [th04] vector1_at(), vector2_at() Part of P0139, funded by [Anonymous].
2021-04-24 13:48:49 +00:00
#
pragma option -zCSHARED
[Decompilation] [th04/th05] vector1_at(), vector2_at() Almost undecompilable, until you remember that you can inhibit the optimization of keeping a function parameter in a register by having an `inline` function take a reference. Yet another function that wouldn't have decompiled that nicely if we had restricted us to C… Part of P0136, funded by [Anonymous].
2021-03-01 14:50:43 +00:00
#
include
"th04/math/vector.cpp"