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
Philip Trettner
tg-samples
Commits
f61a7c23
Commit
f61a7c23
authored
Mar 06, 2020
by
Julius Nehring-Wirxel
Browse files
Include correct feature fixed_int.
parent
e5518eb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/feature/fixed_int/generate_fixed_uint_multiplications.cc
View file @
f61a7c23
...
@@ -247,7 +247,7 @@ void generate_mul_file()
...
@@ -247,7 +247,7 @@ void generate_mul_file()
file
<<
"#include <x86intrin.h>
\n
"
;
file
<<
"#include <x86intrin.h>
\n
"
;
file
<<
"#endif
\n\n
"
;
file
<<
"#endif
\n\n
"
;
file
<<
"#include <typed-geometry/feature/fixed_
u
int.hh>
\n\n
"
;
file
<<
"#include <typed-geometry/feature/fixed_int.hh>
\n\n
"
;
file
<<
"namespace tg::detail
\n
{
\n
"
;
file
<<
"namespace tg::detail
\n
{
\n
"
;
file
<<
"template <int w_res, class T0, class T1>
\n
"
;
file
<<
"template <int w_res, class T0, class T1>
\n
"
;
file
<<
"fixed_uint<w_res> mul(T0 const& lhs, T1 const& rhs);
\n\n
"
;
file
<<
"fixed_uint<w_res> mul(T0 const& lhs, T1 const& rhs);
\n\n
"
;
...
...
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