This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libclc
/
generic
/
include
/
clc
/
math
/
rsqrt.h
NAKAMURA Takumi
729be14435
Prune CRLF.
...
llvm-svn: 220678
2014-10-27 12:37:26 +00:00
2 lines
31 B
C
Raw
Blame
History
#
define rsqrt(x) (1.f
/
sqrt(x))
Reference in New Issue
View Git Blame
Copy Permalink