Skip to content

Commit

Permalink
ARM32 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Clint Whaley committed Oct 3, 2015
1 parent 96b19f5 commit c28d909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AtlasBase/Clint/atlas-ammm.base
Expand Up @@ -13787,12 +13787,12 @@ void Mjoin(PATL,gemm)(const enum ATLAS_TRANS TA, const enum ATLAS_TRANS TB,
@ROUT atlas_simd.h
#ifndef ATLAS_SIMD_H
#define ATLAS_SIMD_H 1
#ifdef ATL_ARCH_ARM64
#ifdef ATL_GAS_ARM64
#define ATL_VECARM1 1
/*
* On 32-bit ARM, disable SIMD unless NONIEEE flag is thrown
*/
#elif defined(ATL_ARCH_ARMv7)
#elif defined(ATL_GAS_ARM)
#ifndef ATL_NONIEEE
#ifdef ATL_VLEN
#undef ATL_VLEN
Expand Down

0 comments on commit c28d909

Please sign in to comment.