summaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common/vfp/vfpdouble.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei2018-01-021-1247/+0
* logging: Rename category "Core_ARM11" to "Core_ARM".Gravatar bunnei2017-10-231-38/+38
* Merge pull request #2692 from Subv/vfp_ftzGravatar Sebastian Valle2017-05-221-0/+13
|\
| * fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-211-2/+0
| * Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-081-0/+15
* | Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.Gravatar Subv2017-05-091-1/+1
* | Revert "Remove `exceptions` parameter from `normaliseround` VFP functions"Gravatar Subv2017-05-091-27/+13
|/
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-1/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-154/+110
* Merge pull request #1568 from JayFoxRox/fix-printfGravatar Mat M2016-05-261-13/+28
|\
| * Fix ftoi behaviourGravatar Jannik Vogel2016-05-161-11/+26
| * Respect fpscr in ftoizGravatar Jannik Vogel2016-05-161-2/+2
* | Remove `exceptions` parameter from `normaliseround` VFP functionsGravatar Jannik Vogel2016-05-181-13/+27
* | Fix exception propagation for VFP double precisionGravatar Jannik Vogel2016-05-181-31/+34
|/
* CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-091-38/+38
* General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash2015-09-111-14/+14
* vfp: use std::swap where applicableGravatar Lioncash2015-08-151-6/+3
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-251-6/+6
* vfp: Get rid of warningsGravatar Lioncash2015-05-141-3/+3
* vfp: Handle flush-to-zero mode.Gravatar Lioncash2015-05-111-17/+18
* vfp: Get rid of warningsGravatar Lioncash2015-03-031-2/+2
* vfpdouble: Use %p for printing pointer addresses.Gravatar Lioncash2015-02-151-2/+2
* arm: General cleanupGravatar Lioncash2015-02-131-0/+1
* vfp: Normalize accumulator for multiply accumulate instructionsGravatar Lioncash2015-02-101-0/+3
* vfpdouble: Fix the FTOUI NaN sign settingGravatar Lioncash2015-02-091-1/+1
* Throw more unused/unnecessary VFP code outGravatar Lioncash2015-02-091-171/+0
* vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffGravatar Lioncash2015-02-091-7/+7
* vfp: Fix VCVTGravatar Lioncash2015-02-041-6/+6
* Merge pull request #410 from chinhodado/cleanupGravatar bunnei2015-01-241-44/+41
|\
| * Cleanup: Logging in CoreGravatar Chin2015-01-191-44/+41
* | dyncom: Clarify precedence for ternary statementsGravatar Lioncash2015-01-191-1/+1
|/
* vfp: Get rid of a few warningsGravatar Lioncash2014-12-301-1/+1
* ARM: Merge latest VFP fixes from 3dmoo team.Gravatar bunnei2014-11-021-943/+1112
* ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei2014-10-251-0/+1263