From 65917ae491839b00cc9b25a8018c342842354205 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Thu, 17 Nov 2016 11:26:35 -0600 Subject: [PATCH] Fix issue #15, Miscellaneous errors in vector built-ins. Signed-off-by: Bill Schmidt --- specification/app_a.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/specification/app_a.xml b/specification/app_a.xml index 5712999..33681be 100644 --- a/specification/app_a.xml +++ b/specification/app_a.xml @@ -3014,7 +3014,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> vector unsigned long long vec_extract_sig (vector - double) + double); @@ -3022,7 +3022,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> - vector unsigned int vec_extract_sig (vector float) + vector unsigned int vec_extract_sig (vector float); @@ -3045,7 +3045,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> vector unsigned long long vec_extract4b (vector unsigned - char, const int) + char, const int); @@ -3775,7 +3775,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> vector unsigned char vec_insert4b (vector signed int, - vector unsigned char, const int) + vector unsigned char, const int); @@ -3784,7 +3784,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> vector unsigned char vec_insert4b (vector unsigned int, - vector unsigned char, const int) + vector unsigned char, const int); @@ -6177,7 +6177,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> vector unsigned __int128 vec_parity_lsbb (vector - signed__int128); + signed __int128); @@ -6186,7 +6186,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> vector unsigned __int128 vec_parity_lsbb (vector - unsigned__int128); + unsigned __int128);