fix macro condition

update-fork
MITSUNARI Shigeo 4 years ago
parent 2420cee2c3
commit 17f3e80c58
  1. 2
      src/fp.cpp

@ -4,7 +4,7 @@
#include <cybozu/endian.hpp>
#include <mcl/conversion.hpp>
#if defined(MCL_STATIC_CODE) || defined(MCL_USE_XBYAK) || defined(MCL_USE_LLVM)
#if defined(MCL_STATIC_CODE) || defined(MCL_USE_XBYAK) || (defined(MCL_USE_LLVM) && (CYBOZU_HOST == CYBOZU_HOST_INTEL))
#ifdef MCL_USE_XBYAK
#define XBYAK_DISABLE_AVX512

Loading…
Cancel
Save