summaryrefslogtreecommitdiff
path: root/gcc/ada/g-ssvety.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-28 08:07:09 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-28 08:07:09 +0000
commitcc8931696c9f3b268008ba8b2592f293c9727aff (patch)
tree2639e0881f0938fd452345a2418ccb297617e8a2 /gcc/ada/g-ssvety.ads
parent579986833c399388f95a7f20e9031ea96e96a02d (diff)
downloadgcc-cc8931696c9f3b268008ba8b2592f293c9727aff.tar.gz
2009-07-28 Olivier Hainque <hainque@adacore.com>
* g-ssinty.ads: Remove, pointless and just confusing at this stage. * gnat_rm.texi: Remove documentation. * g-sse.ads: Minor reorg along the way. * gcc-interface/Makefile.in: Remove processing for g-ssinty. * g-ssvety.ads: Minor comment updates. 2009-07-28 Sergey Rybin <rybin@adacore.com> * gnat_ugn.texi: gnatcheck 'Format of the Report File' section - update for the new format of the report file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150146 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-ssvety.ads')
-rw-r--r--gcc/ada/g-ssvety.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-ssvety.ads b/gcc/ada/g-ssvety.ads
index 42e49bf5d83..c40706474a4 100644
--- a/gcc/ada/g-ssvety.ads
+++ b/gcc/ada/g-ssvety.ads
@@ -49,7 +49,7 @@ package GNAT.SSE.Vector_Types is
-- access the byte elements and structures.
--
-- * Use new data types only with the respective intrinsics described
- -- in this documentation. >>
+ -- in this documentation.
type m128 is private; -- SSE >= 1
type m128d is private; -- SSE >= 2
@@ -69,7 +69,7 @@ private
-- typedef float __v4sf __attribute__ ((__vector_size__ (16)));
------------
- -- M128 --
+ -- m128 --
------------
-- The __m128 data type can hold four 32-bit floating-point values