summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/vfp/vfp_helper.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-433/+0
|
* Revert "Remove `exceptions` parameter from `normaliseround` VFP functions"Subv2017-05-091-2/+2
| | | | | | | | | This reverts commit edf30d84cc0e8299d61c98f5bb40a6428d1576bc. Conflicts: src/core/arm/skyeye_common/vfp/vfp_helper.h src/core/arm/skyeye_common/vfp/vfpdouble.cpp src/core/arm/skyeye_common/vfp/vfpsingle.cpp
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-103/+82
|
* Remove `exceptions` parameter from `normaliseround` VFP functionsJannik Vogel2016-05-181-2/+2
|
* Fix exception propagation for VFP single precisionJannik Vogel2016-05-181-3/+5
|
* Fix exception propagation for VFP double precisionJannik Vogel2016-05-181-3/+5
|
* dyncom: Remove static keyword from header functionsLioncash2015-12-061-16/+16
|
* dyncom: const correctness changesLioncash2015-12-061-4/+4
|
* dyncom: Rename armdefs.h to armstate.hLioncash2015-07-261-1/+1
|
* dyncom: Get rid of skyeye typedefsLioncash2015-07-261-1/+1
|
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-2/+2
|
* vfp: Handle flush-to-zero mode.Lioncash2015-05-111-52/+65
|
* Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Emmanuel Gil Peyrot2015-04-141-3/+0
|
* vfp: Get rid of warningsLioncash2015-03-041-2/+2
|
* arm: General cleanupLioncash2015-02-131-5/+1
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* Throw more unused/unnecessary VFP code outLioncash2015-02-091-4/+1
|
* vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuffLioncash2015-02-091-176/+137
|
* vfp_helper: Normalize tabs to spacesLioncash2015-02-091-172/+170
|
* vfp_helper: Remove unnecessary extern C blocksLioncash2015-02-061-17/+1
|
* vfp: Throw out unused codeLioncash2015-02-041-32/+0
|
* vfp: Get rid of some compile warningsLioncash2015-02-011-2/+1
|
* arm: Move headers over to pragma onceLioncash2015-01-301-4/+1
|
* Fix compilation errorsSean Maas2014-11-031-2/+2
|
* ARM: Merge latest VFP fixes from 3dmoo team.bunnei2014-11-021-2/+7
|
* vfp_helper: Get rid of integer type redefinitionsLioncash2014-10-261-7/+1
|
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-0/+541
Removed s_ prefix