rsqrt14s{s|d}
rcp14s{s|d}
getexps{s|d}
getmants{s|d}
sqrts{s|d}
fmadd_s{s|d}
fmadd_round_s{s|d}
fmsub_s{s|d}
fmsub_round_s{s|d}
fnmadd_s{s|d}
fnmadd_round_s{s|d}
fnmsub_s{s|d}
fnmsub_round_s{s|d}
Details
- Reviewers
AsafBadouh delena igorb
Diff Detail
Event Timeline
lib/Headers/avx512fintrin.h | ||
---|---|---|
4356 | I think it should be (v4sf) (-(B)) | |
4364 | same | |
4409 | please add round parentheses to __A | |
4479 | some "-" are missing | |
4571 | some "-" is missing | |
4579 | some "-" is missing | |
4660 | I'm not sure but I think it should be: |
This review was split into two reviews:
The first, [Clang][AVX512][BUILTIN] Adding scalar intrinsics for rsqrt14 ,rcp14, getexp and getmant instruction set
http://reviews.llvm.org/D19326
The second, [Clang][AVX512][Builtin] adding intrinsics for vf{n}madd{ss|sd} and vf{n}sub{ss|sd} instruction set
http://reviews.llvm.org/D19320
I think it should be (v4sf) (-(B))