Commit Graph

8 Commits

Author SHA1 Message Date
Martin Storsjö
6838db440f fenv: Merge the arm and aarch64 sections of fenv.h
These were identical in practice - they originally were different
in an earlier (unposted) version of the patch.

Signed-off-by: Martin Storsjö <martin@martin.st>
2017-08-27 14:01:31 +03:00
Martin Storsjö
2366b34292 fenv: Add arm64 specific codepaths in fenv functions, add arm64 fenv.h header section
The fpcr register used in arm64 is the same as the fpscr register in 32
bit arm, but when the register is accessed via the msr/mrs instructions,
a 64 bit register has to be used - thus use a 64 bit local variable instead
of accessing a fenv_t directly.

Signed-off-by: Martin Storsjö <martin@martin.st>
2017-08-22 10:01:59 +03:00
André Hentschel
4cab1b1843 headers: Add ARM fenv defines 2014-09-17 21:29:38 +02:00
Jacek Caban
b33bcd6aba Moved srtuct declarations from _mingw.h to crtdefs.h
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5161 4407c894-4637-0410-b4f5-ada5f102cad1
2012-07-04 13:06:41 +00:00
Rafaël Carré
8a67ab4541 Replace 'w64 mingw-runtime' by 'mingw-w64 runtime'
Also replace 'This file is a part of' by 'This file is part of' for consistency

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5147 4407c894-4637-0410-b4f5-ada5f102cad1
2012-06-28 15:40:59 +00:00
NightStrike
45ed1168a5 Add __MXCSR_EXCEPT_MASK_SHIFT from mingwrt 3.11
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@2241 4407c894-4637-0410-b4f5-ada5f102cad1
2010-04-16 19:46:18 +00:00
Kai Tietz
d42ac8866b 2010-01-15 Kai Tietz <kai.tietz@onevision.com>
Ozkan Sezer  <sezeroz@gmail.com>

	* crt/: Change DISCLAIMER to DISCLAIMER.PD.



git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1747 4407c894-4637-0410-b4f5-ada5f102cad1
2010-01-15 20:17:42 +00:00
NightStrike
1a684f9fa0 Break crt headers into separate directory structure with separate enable switch. Change all with options to enable options.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1517 4407c894-4637-0410-b4f5-ada5f102cad1
2009-11-10 15:45:03 +00:00