This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8a9b6a3681c698dfb64c49f0e44eec19fa94de90
clang-p2996
/
libclc
/
generic
/
include
/
clc
/
math
/
rsqrt.h
Peter Collingbourne
354686be76
Add rsqrt builtin. Based on patch by Cassie Epps!
...
llvm-svn: 162274
2012-08-21 10:48:35 +00:00
2 lines
32 B
C
Raw
Blame
History
#
define rsqrt(x) (1.f
/
sqrt(x))
Reference in New Issue
View Git Blame
Copy Permalink