mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 16:00:29 +01:00
swr/rast: Added comment
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
e903a7b0bb
commit
d78b28fc33
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ namespace SwrJit
|
|||
}
|
||||
else
|
||||
{
|
||||
// maskload intrinsic expects integer mask operand in llvm >= 3.8
|
||||
mask = BITCAST(mask, VectorType::get(mInt32Ty, mVWidth));
|
||||
Function *func = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::x86_avx_maskload_ps_256);
|
||||
vResult = BITCAST(CALL(func, { src,mask }), VectorType::get(mInt32Ty, mVWidth));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue