index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
skyeye_common
/
vfp
/
vfpsingle.cpp
Age
Commit message (
Expand
)
Author
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-26
Merge pull request #1568 from JayFoxRox/fix-printf
Mat M
2016-05-18
Remove `exceptions` parameter from `normaliseround` VFP functions
Jannik Vogel
2016-05-18
Fix exception propagation for VFP single precision
Jannik Vogel
2016-05-16
Fix ftoi behaviour
Jannik Vogel
2016-05-16
Respect fpscr in ftoiz
Jannik Vogel
2015-09-11
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
2015-08-15
vfp: use std::swap where applicable
Lioncash
2015-06-28
Core, VideoCore: Replace or fix exit() calls.
Emmanuel Gil Peyrot
2015-05-22
VFP: Log as trace to get rid of spamming.
bunnei
2015-05-21
dyncom: Eliminate clang warnings
Lioncash
2015-05-14
vfp: Get rid of warnings
Lioncash
2015-05-11
vfp: Handle flush-to-zero mode.
Lioncash
2015-04-14
Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.
Emmanuel Gil Peyrot
2015-02-10
vfp: Normalize accumulator for multiply accumulate instructions
Lioncash
2015-02-09
Throw more unused/unnecessary VFP code out
Lioncash
2015-02-09
vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuff
Lioncash
2015-01-19
dyncom: Clarify precedence for ternary statements
Lioncash
2015-01-12
vfp: Remove dead code
Lioncash
2014-12-30
vfp: Get rid of a few warnings
Lioncash
2014-12-16
armemu: Fix FTOUI NaN sign.
Normmatt
2014-12-16
armemu: Fix FSUBS bug where NaN shouldn't be negated
Normmatt
2014-12-14
ARM: Pull some SkyEye fixes from 3dmoo.
bunnei
2014-11-02
ARM: Merge latest VFP fixes from 3dmoo team.
bunnei
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common a...
bunnei