completely wrong. Chebychev (Remez), Padé, and maybe Taylor.
[fmap.git] / x86_64_sse2_x87 / fasm / examples / x86 / include / ext / avx512_vpopcntdq.inc
blob2fbb80ef141a325f5666d59835254bd0cc01465e
1 \r
2 if ~ defined AVX_512\r
3 \r
4         include 'avx512f.inc'\r
5 \r
6 end if\r
7 \r
8 iterate <instr,unit,vex_mpw,opcode>, vpopcntd,4,VEX_66_0F38_W0,55h, vpopcntq,8,VEX_66_0F38_W1,55h\r
9 \r
11         macro instr? dest*,src*\r
12                 AVX_512.single_source_instruction_bcst vex_mpw,EVEX_REQUIRED+EVEX_VL,opcode,unit,dest,src\r
13         end macro\r
15 end iterate\r