Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock-fpga
Commits
0fd8899e
Commit
0fd8899e
authored
Nov 15, 2018
by
Leonardo Solis
Browse files
#25, added inline attribute to sqrt_custom(), used in IntraE
parent
38b634dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ofdock_taskpar_xl/device/Krnl_IntraE.cl
View file @
0fd8899e
//
sqrt7
////https://www.codeproject.com/Articles/69941/Best-Square-Root-Method-Algorithm-Function-Precisi
__attribute__
((
always_inline
))
float
sqrt_custom
(
const
float
x
)
{
//uint
i
=
as_uint
(
x
)
;
uint
i
=
*
(
uint*
)
&x
;
...
...
Leonardo Solis
@solis
mentioned in commit
06d8a357
·
Jan 04, 2021
mentioned in commit
06d8a357
mentioned in commit 06d8a357a8f9e5d75d4a08003892b228eab225fd
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment