This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
2e94f6e584
llvm-project
/
libclc
/
generic
/
include
/
clc
/
math
/
rsqrt.h
2 lines
31 B
C
Raw
Normal View
History
Unescape
Escape
Prune CRLF. llvm-svn: 220678
2014-10-27 20:37:26 +08:00
#
define rsqrt(x) (1.f
/
sqrt(x))