mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
swr/rast: Fix return type of VCVTPS2PH.
expecting <8xi16> return. Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
3f008c5505
commit
9a72d4c03e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ intrinsics = [
|
|||
['VPERMPS', ['idx', 'a'], 'a'],
|
||||
['VCVTPD2PS', ['a'], 'VectorType::get(mFP32Ty, a->getType()->getVectorNumElements())'],
|
||||
['VCVTPH2PS', ['a'], 'VectorType::get(mFP32Ty, a->getType()->getVectorNumElements())'],
|
||||
['VCVTPS2PH', ['a', 'round'], 'mSimdFP16Ty'],
|
||||
['VCVTPS2PH', ['a', 'round'], 'mSimdInt16Ty'],
|
||||
['VHSUBPS', ['a', 'b'], 'a'],
|
||||
['VPTESTC', ['a', 'b'], 'mInt32Ty'],
|
||||
['VPTESTZ', ['a', 'b'], 'mInt32Ty'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue