repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[X86][MC,LLD][NFC] Rename R_X86_64_REX2_GOTPCRELX (#116737)
[llvm-project.git]
/
libclc
/
spirv
/
lib
/
math
/
fma.cl
blob
79142425e52d23d693b4030e57815abbd0f9e080
1
#
include
<
clc
/
clc.h
>
2
#
include
<
math
/
clc_fma.h
>
3
4
#
define __CLC_BODY
<
fma.inc
>
5
#
define __FLOAT_ONLY
6
#
include
<
clc
/
math
/
gentype.inc
>
7
8
bool __clc_runtime_has_hw_fma32
()
9
{
10
return false
;
11
}