Skip to content

Commit cead127

Browse files
authored
Merge pull request intel#291 from hvdijk/assume-fma
Assume FMA support, bump x86-64 to x86-64-v3.
2 parents 4afb35f + 7970301 commit cead127

File tree

1 file changed

+0
-2
lines changed
  • llvm/lib/SYCLNativeCPUUtils/compiler_passes/compiler_pipeline/docs

1 file changed

+0
-2
lines changed

llvm/lib/SYCLNativeCPUUtils/compiler_passes/compiler_pipeline/docs/utils.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,8 +1026,6 @@ The following builtins are replaced:
10261026
* ``__mux_usefast`` - Whether to use faster, less accurate maths algorithms.
10271027
* ``__mux_isembeddedprofile`` - Whether the mux target implements OpenCL
10281028
embedded profile.
1029-
* ``__mux_hasnativefma`` - Whether the mux target supports a fused multiply-add
1030-
instruction.
10311029

10321030
Declarations matching each of these function names are searched for by
10331031
``ReplaceMuxMathDeclsPass``, and if found, a function body is created returning

0 commit comments

Comments
 (0)