Skip to content

Commit

Permalink
Remove pathological includes for Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Jul 13, 2024
1 parent 9565e6d commit c8f9a03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/common/darktable.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ typedef unsigned int u_int;

#if defined(__SSE__)
#include <xmmintrin.h> // needed for _mm_stream_ps
#else
#ifdef __cplusplus
#include <atomic>
#else
#include <stdatomic.h>
#endif
#endif

/* Create cloned functions for various CPU SSE generations */
Expand Down

0 comments on commit c8f9a03

Please sign in to comment.