Merge pull request #12662 from tensor-tang/fix/xbyak

fix missing macro condition
python3
Tao Luo 7 years ago committed by GitHub
commit 51cc80cca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,8 +13,11 @@ See the License for the specific language governing permissions and
limitations under the License. */
#include "paddle/fluid/platform/cpu_info.h"
#ifdef PADDLE_WITH_XBYAK
#include "xbyak/xbyak.h"
#include "xbyak/xbyak_util.h"
#endif
#ifdef __APPLE__
#include <sys/sysctl.h>

Loading…
Cancel
Save