Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
d97700af
Unverified
Commit
d97700af
authored
Feb 01, 2024
by
Won-Kyu Park
Browse files
add missing definitions accidentally removed by mistake in PR #876
parent
89876bb0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
include/SIMD.h
include/SIMD.h
+10
-0
No files found.
include/SIMD.h
View file @
d97700af
...
@@ -64,6 +64,16 @@ template <> struct InstrFloatTraits<SSE, double>
...
@@ -64,6 +64,16 @@ template <> struct InstrFloatTraits<SSE, double>
typedef
__m128d
vec_t
;
typedef
__m128d
vec_t
;
};
};
template
<
>
struct
InstrFloatTraits
<
Scalar
,
float
>
{
typedef
float
vec_t
;
};
template
<
>
struct
InstrFloatTraits
<
Scalar
,
double
>
{
typedef
double
vec_t
;
};
template
<
InstrSet
I
,
typename
T
>
template
<
InstrSet
I
,
typename
T
>
struct
FTOITraits
struct
FTOITraits
{
{
...
...
Write
Preview
Markdown
is supported
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