Skip to content

Commit

Permalink
kram - fix win build
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Oct 19, 2024
1 parent e1a1a6b commit 8cfaea3
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions libkram/kram/KramConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,18 +196,12 @@
//-------------------------
// simd

// This is now all in kram.xcconfig
//#if KRAM_APPLE
//// can use old or new
//#define USE_SIMDLIB 1
//
//// maybe this doesn't work with C++ pch,
//#define USE_SIMDLIBMODULE 0
//#else
//// have to use new on all other platforms
//#define USE_SIMDLIB 1
//#define USE_SIMDLIBMODULE 0
//#endif
// This is now all in kram.xcconfig for KRAM_APPLE
#if KRAM_WIN
//have to use simdk on non-Apple platforms
#define USE_SIMDLIB 1
#define USE_SIMDLIBMODULE 0
#endif

#if USE_SIMDLIB

Expand Down

0 comments on commit 8cfaea3

Please sign in to comment.