Skip to content

Commit

Permalink
Working on SIMD. SSE and AVX is largely done, except the core horizon…
Browse files Browse the repository at this point in the history
…tal transform.
  • Loading branch information
aous72 committed Apr 10, 2024
1 parent b1c7157 commit a18e7fb
Show file tree
Hide file tree
Showing 8 changed files with 650 additions and 1,119 deletions.
2 changes: 1 addition & 1 deletion src/core/transform/ojph_colour_sse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "ojph_colour.h"
#include "ojph_colour_local.h"

#include <immintrin.h>
#include <xmmintrin.h>

namespace ojph {
namespace local {
Expand Down
2 changes: 1 addition & 1 deletion src/core/transform/ojph_colour_sse2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include "ojph_arch.h"
#include "ojph_colour.h"

#include <immintrin.h>
#include <emmintrin.h>

namespace ojph {
namespace local {
Expand Down
Loading

0 comments on commit a18e7fb

Please sign in to comment.