Logo
Explore Help
Register Sign In
Firehawk52-backup/dolphin
28
0
Fork 0
You've already forked dolphin
mirror of https://github.com/dolphin-emu/dolphin.git synced 2026-01-16 08:53:16 -03:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
67d0e66af4fc211a7de052d5f377f55c02fa4b95
dolphin/Source/TestSuite/ASM/source/asm_float.cpp

17 lines
227 B
C++
Raw Normal View History

This should largely go unnoticed git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5251 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-03-29 09:26:19 +00:00
#include "Defines.h"
void fsqrt(float *a, float *b, float *c, float *d)
{
/*asm(
"fsqrt fr0,%0"
: "=&r"(*a)
);*/
}
void fsqrtRC(float *a, float *b, float *c, float *d)
{
/*asm(
"fsqrt. fr0,%0"
: "=&r"(*a)
);*/
Fix some cases of variables being used uninitialized. Also some unused variables, writeable strings and dangerously shadowed variables. index(), gamma(), exp() and y0() are POSIX functions and using those names can cause namespace confusion. A number of C files were missing the final newline required by ANSI C and some versions of GCC are pedantic enough to complain about this. These changes simply the scons build, allowing us to get rid of filterWarnings which is simply more trouble than it's worth. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5574 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-02 20:35:12 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 89ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API